Active Directory를 설치 완료 하였다면 Windows PowerShell을 이용하여 아래  스크립트를 실행 해야합니다.
본 실행법은 Windows Server 2008 R2에서 적용되는 것이며 그외에는 아래 주소를 방문하세요.
Link : http://technet.microsoft.com/en-us/library/bb691354(EXCHG.149).aspx

0. 2007 Office System Converter: Microsoft Filter Pack을 설치합니다.

1. Windows PowerShell 콘솔을 실행하고 ServerManager를 Import합니다.

Import-Module ServerManager

2. 클라이언트 액세스, 허브 전송 및 사서함 역할의 표준 설치시 아래를 입력 합니다.

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

3. 재부팅이 되면 다시 Powershell을 실행 후 아래를 입력 합니다.

Set-Service NetTcpPortSharing -StartupType Automatic

Exchange Server 2010을 설치에 필요한 요구사항은 끝입니다.