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