Transitioning from Exchange 2000 to 2007 (Part 2)
Before we get started with the installation of Exchange 2007 it is recommended to run the latest version of Exchange Best Practice Analyzer tools now, and choose Exchange 2007 readiness check, in my case, the tool gave me the following report:

So, my exchange organization is in mixed mode, it must be changed to native mode. In general, there is three prerequisites that must checked before installing exchange 2007, they are:
- Active Directory forest:
- the domain functionality level must be windows 2000 or Windows Server 2003
- the domain controller that is the schema master is running Windows Server 2003 SP1 or higher
- the Global Catalog server is running Windows Server 2003 SP1 or higher
- the domain functionality level must be windows 2000 or Windows Server 2003
There are some switches that you can run them to prepare the environment by preparing the permission required for exchange 2007, preparing the schema, preparing active directory, and preparing domain. Those switches are:
Setup.com /PrepareLegacyExchangePermissions
Setup.com /PrepareSchema
Setup.com /PrepareAD
Setup.com /PrepareDomain or Setup.com /PrepareAllDomains
Note: you can run the 32-bit version of Exchange 2007 from the trial CD to prepare you environment.
- Exchange organization
- it is a must to run the exchange organization in native mode
- because of this all Exchange servers running Exchange 5.5 or earlier must be removed
- it is a must to run the exchange organization in native mode
In my case I have to change the organization mode simply by opening the exchange system manager, right click exchange organization, choose properties then choose the change mode button you will get a warning message, click yes, as simple as that.

Server requirements:
- .Net framework 2.0
- Update KB926776
- MMC 3.0
- Windows PowerShell 1.0
- HotFix for Windows x64 (KB904639)
Also, there are some additional components that you have to install on the server depending on the role you are planning to implement, those are:
For Mailbox server role, you need the following components:
- Enable network COM+ access
- Internet Information Services
- World Wide Web Service
For Client Access Server, you need the following components:
- WWW
- RPC over HTTP proxy
- ASP.NET 2.0
For Hub transport server role, no more components are needed but be sure that the SMTP AND NNTP is not installed. Finally if you are going to use the Edge Transport Role you will need to install ADAM and again make sure that SMTP and NNTP are not installed. In the next article we going to start the setup……..
For More Information:
KB Article 926776 - Microsoft .NET Framework Upgrade
Transitioning from Exchange 2000 to 2007 (Part 1)
Transitioning from Exchange 2000 to 2007 (Part 3) Coming Soon
Written by rodney.buike. Read more great feeds at is source WEBSITE
1 comment.
Read more articles on Exchange Server and Guest Authors.
- [+] Digg: Feature this article
- [+] Del.icio.us: Bookmark this article
- [+] Furl: Bookmark this article
















#1. December 16th, 2007, at 11:55 AM.
Thanks a bunch!