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 […]
Category: Software
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 […]
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 […]
Like in my previous post, we will be using the DISM.exe command (Deployment Image Servicing and Management Tool), that is available in Windows 7 and Windows Server 2008 R2. This time to change the version of Server 2008 R2 from Standard to Enterprise Edition. Click on the “Start Button” Type Power, PowerShell will then show under programs, […]
Today’s command that we are going to use is the DISM.exe command (Deployment Image Servicing and Management Tool), that is available in Windows 7 and Windows Server 2008 R2. More on this here <– click that On the server you want to run this command open up PowerShell as an administrator. Click on the “Start Button” Type […]
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 […]