Prerequisites:
- Existing Exchange 2007 Servers must have SP2 installed.
- Existing Exchange 2003 Servers must have SP2 installed.
- Exchange Organization is set to Native Mode.
- At least one Global Catalog in each AD site must be Server 2003 with SP2.
- Active Directory Forest Functionality must be at least Windows Server 2003.
- Exchange 2010 cannot be installed on a RODC.
- Verify the existing Exchange 2003 Server does not have a SMTP Smart Host configured.
- Verify network with Exchange Pre-Deployment Analyzer.
- Possible Got Ya’s: Exchange 2010 requires client encryption and Outlook 2003 slow to delete email messages.
Required Software:
- From PowerShell on the server where Exchange will be installed.
- Set-ExecutionPolicy RemoteSigned – This will allow PowerShell scripts created on the server to be run on the server.
- Import-Module servermanager
- Save the command below to a .PS1 file extension. (Command below needs to be on a single line)
- add-WindowsFeature Net-Framework,RSAT-ADDS,Web-Server,WEB-ISAPI-Ext,Web-Metabase,Web-Lgcy-Mgmt-Console,Web-Basic-Auth,Web-Digest-Auth,Web-Windows-Auth,Web-Dyn-Compression,NET-HTTP-Activation,RPC-over-HTTP-Proxy -Restart
- Change to the directory of the PowerShell script you just created.
- Enter .\SriptName.ps1
- After the Reboot, configure Net.TCP port sharing service. Enter – Set-Service NetTcpPortSharing -StartupType Automatic