1. WS01, EX01 and DC01, configure IP, computer name, MMC
2. DC01, install Active Directory Domain Services (with dcpromo)
3. DC01, install Active Directory Certificate Services
4. DC01, configure DNS
5. WS01 and EX01, add to domain
6. EX01, preparing MS Exchange 2010
7. EX01, install Exchange 2010
8. EX01, configure Microsoft Exchange 2010
a EX01, configure Microsoft Exchange 2010 Certificate
b EX01, configure Microsoft Exchange 2010 OWA
9. WS01, test OWA (Outlook Web App) and Microsoft Outlook 2010
Commands:
Import-Module ServerManager
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
D:
setup /prepareschema
setup /prepareAD /OrganizationName:LT
setup /PrepareDomain
Import-Module ServerManager
Set-Service NetTcpPortSharing -StartupType Automatic