Install Exchange 2010 on Windows Server 2008 R2
Be sure to visit and bookmark my new Exchange-specific blog: http://jetstress.blogspot.com/ including my Exchange pre-requisite install script (Install-ExchangePrerequisites)
- Install the Microsoft Filter Pack.
- Open PowerShell and run: Import-Module ServerManager
- With PowerShell still open run: 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 -Restart
That will install the pre-requisites for Client Access, Hub Transport, and the Mailbox roles. If you are performing a different installation option, see this page. - After restarting, from within an elevated PowerShell window run: Set-Service NetTcpPortSharing -StartupType Automatic
- If you haven't already, run Windows Update and install all the latest critical updates
- Run the Exchange Install
- Choose your language option (Step 3 of the installer)
- The rest of the install should be fairly straightforward :)