Install Exchange 2010 on Server 2008 R2
1. Open Powershell (Open Powershell window with elevated rights by right-clicking it “Run as Administrator) and import server module first with “Import-Module ServerManager” command then install/enable Operating System components with script below: (for typical install)
Add-WindowsFeature NET-Framework,RSAT-ADDS,Web-Server,Web-Basic-Auth,Web-Windows-Auth,Web-Metabase,Web-Net-Ext,Web-Lgcy-Mgmt-Console,WAS-Process-Model,RSAT-Web-Server,Web-ISAPI-Ext,Web-Digest-Auth,Web-Dyn-Compression,NET-HTTP-Activation,RPC-Over-HTTP-Proxy
2. Reboot
3. Open Powershell (Open Powershell window with elevated rights by right-clicking it “Run as Administrator) and run ‘Set-Service NetTcpPortSharing -StartupType Automatic‘
4. Proceed with Exchange install.
