Categories
How-To Software Technical

Determining Free Space in an Exchange 2010 Mailbox Database

In Exchange 2010 you can see how big your mailbox databases are, and how much white space they have, by running the following command in the Exchange Management Shell. [PS] C:>Get-MailboxDatabase -Status | ft name,databasesize,availablenewmailboxspace -auto In screen-cap database AB is 64.76 GB in size but has 11.97 MB white space due to mail deleted. This is […]

Categories
How-To Software Technical

Public Folders Not Replicating From Exchange 2007 to 2010

After a migration from Exchange Server 2007 to Exchange Server 2010 I encountered a problem with the replication of public folders. It seems they would not replicate regardless of what I attempted.  I spent sometime looking into this, and not wanting to HACK in a solution just to make it work.  I wanted it to work […]

Categories
Software Technical

Old Error, Now New

It’s back again: Source: MSExchangeIS Error ID: 9646 Description: Mapi session “xxxx: /o=OrganizationName/ ou=AdministrativeGroupName/cn=Recipients/cn=UserName” exceeded the maximum of 500 objects of type “objtFolder”. Microsoft Exchange 2010 server logs the above message. While on the client end Outlook client doesn’t update folders automatically. The number of server-side objects that are allowed by clients is limited to prevent […]

Categories
How-To Technical

Find my Exchange 2010 version with the help of PowerShell

You have exchange running.  What’s this; Microsoft has released SP2.  Well what version am I running. The answer is simple to obtain with a quick little PowerShell fun you can have it in seconds. First you will need to run the Exchange Management Shell. Once you have this running you will issue the following command: […]

Categories
How-To Software

Create New Exchange 2010 Mailbox Database with PowerShell

Here is a short hot-to use the PowerShell to create a new exchange mailbox database. I recently learned how to do this when setting up databases for my new Exchange 2010 setup and again today I went over the steps. Today I will share them with you.   First you will need to run the Exchange […]

Categories
How-To Technical

Modify the number of simultaneous Remote/Local Move Request on Exchange 2010

By default Exchange 2010 just move 5 mailboxes simultaneously. To increase or decrees this it you have to change a configuration file for Mailbox Replication Service. Open the file C:Program FilesMicrosoftExchange ServerV14BinMSExchangeMailboxReplication.exe.config; Increase the values to a number of simultaneous active moves that you want. These values are: MaxActiveMovesPerSourceMDB, MaxActiveMovesPerTargetMDB, MaxActiveMovesPerSourceServer, MaxActiveMovesPerTargetServer, MaxTotalMovesPerMRS <!– Mailbox Replication […]