These day’s are almost in my past with Exchange 2010 just around the block. I had notes on t his but never put them out there, old news but new post. I hope you find this helpful. LCR is a single server solution that provides high availability for Exchange Server 2007. Once you enable a […]
Tag: Exchange
In order to install Exchange server 2010 with Client Access, Hub Transport, and Mailbox server roles: 1- Servers that will host the Hub Transport or Mailbox server roles require the Microsoft Filter Pack which can be downloaded here: http://go.microsoft.com/fwlink/?linkid=137042 2- After installing the Filter Pack run the ” Import-Module ServerManager “ command from Windows PowerShell […]
For several weeks / days I have been actively working on migrating our internal Exchange 2007 infrastructure to Exchange 2010. In my lab setup I can say that Exchange 2010 is an awesome continuation in Microsoft flagship email product.. I will be documenting several of the things I’ve discovered about the process and share with you all. So please stop […]
Information: The Export-Mailbox cmdlet exports all message types, including messages, calendar items, contacts, distribution lists, journal entries, tasks, notes, and documents. However, the Export-Mailbox cmdlet does not export rules. To export data from a .PST file, you must run the Export-Mailbox cmdlet on a 32-bit computer that has the 32-bit version of the Exchange management tools […]
In the dream time hours of the night one of the exchange data-stores went offline. The steps to resolve the issue were put in place and handled swiftly by the administrator on duty; but what was the cause. After some digging I arrive at the reason why the data-store went offline. Found in the Windows Application event ID 9630 […]
Run the following command to determine the GUID of the mailbox database that you want to configure. The sample returns the GUID of the mailbox database BOX1 on server myExchange. Get-MailboxDatabase -Identity “myExchangeBOX1” | Format-List GUID Run the following command to determine the GUID of the public folder database that you want to configure. The […]