Home About Disclaimer License

Medium Experts Exchange VIP Badge

Remove the First Exchange 2003 server

December 19th, 2011 Vineet Posted in Exchange 2003 No Comments »

In this post, I will showcase the steps you need to follow to decommission or uninstall the first Exchange 2003 server in your organization. You will get into this situation if you are migrating from current server to a new server on the same version or have transitioned to the next version.

I assume that you have completed the installation of new server, moved all the mailboxes to the new server and replicated the public folders. In this post we will move some important services to the new server and then can uninstall the old server.

Also, arrange for the Exchange Setup Files, you will need it during Exchange uninstall.

Replicate and Rehome System Folders

Offline Address Book

Schedule + Free Busy

Organization Forms, if you use

Process is same for all three, I will showcase the one here. Read the rest of this entry »



Exchange 2003 uninstall - “One or more users currently use a mailbox store on this server”

December 13th, 2011 Vineet Posted in Exchange 2003 No Comments »

I have not been lucky enough to avoid this message whenever uninstalling any Exchange 2003 installation. There are multiple ways/options to find out the culprits, however following is what always worked for me.

Open ADUC, Select the domain and click on Find.

In the Find Window, choose Custom Search in Find option, click on Advanced and use the following query.

(msExchHomeServerName=/O=YourExchangeOrgName/OU=YourAdminGroupName
/cn=Configuration/cn=Servers/cn=YourExchangeServerName)(objectClass=User)

image

Hope this Helps.