Prepare Active Directory for Exchange 2007
July 12, 2013 Leave a comment
To prepare active directory for Exchange 2007 you need to perform the following actions:
On the Schema master using an account with appropriate privileges navigate to the root of the installation media and run the following from the command prompt:
setup /pl
The command above prepares the legacy permissions. Next run:
setup /ps
This prepares the AD Schema. Next run the following command, where ORGANIZATION_NAME is the name of your Exchange Organization:
setup /PrepareAD /organizationName:ORGANIZATION_NAME
This creates the necessary OUs and security groups for Exchange. Then run:
setup /pd
This prepares the local domain for Exchange.
References:
http://technet.microsoft.com/en-us/library/bb125224(v=exchg.80).aspx