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 Software Technical

Upgrade Windows Server without Re-installing

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, […]

Categories
How-To Software Technical

Version of Server Install via PowerShell and DISM

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 […]

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 […]