Exchange 2010 on Server 2008 R2 Powershell

This article will guide you through the installation and configuration of Exchange 2010 on Microsoft Server 2008 R2.

  1. Assign IP address, hostname, DNS to Exchange Server and Client.
  2. DC01: Install Active Directory Domain Controller
  3. DC01: Install Active Directory Certificate Services
    • Certification Authority
    • Certification Authority Web Enrollment
  4. DC01: Configure DNS
    • New Primary Zone
    • New A record: mail.domain.com -> [IP Exchange Server]
    • New MX record: mail.domain.com -> [FQDN Exchange Server]
  5. Add Exchange Server and Client to Domain.
  6. EX01: Install .NET 3.5.1
  7. EX01: Install FilterPack
  8. EX01: Powershell run:
    • 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
  9. EX01: - setup /prepareschema - setup /prepareAD /OrganizationName:LT - setup /PrepareDomain
  10. EX01: Powershell run:
    • Import-Module ServerManager
    • Set-Service NetTcpPortSharing -StartupType Automatic
  11. EX01: Run setup - mail.domain.com