Azure Cloud deployment of Exchange 2016 dual data Center & mdash;Part4 (preparation site 2)
6 Preparing Site EXCHANGE-Data Center 26.1 Installing Domain Control
Install a secondary domain controller in the second data center.
Add-WindowsFeature -Name ad-domain-services -IncludeManagementTools
Install-ADDSDomainController -DomainName itservice.vip -DatabasePath c:\windows\NTDS -LogPath c:\windows\NTDS -InstallDns -ReplicationSourceDC AD01.itservice.vip -SiteName "Datacenter2" -SafeModeAdministratorPassword (ConvertTo-SecureString "P@ssw0rd" -AsPlainText -Force) -Confirm:$false -NoRebootOnCompletion:$false -Credential (Get-Credential itservice\administrator)
6.2 Installation of Exchange 6.2.1 Prerequisites Preparation
Install Microsoft Unified Communications Managed API 4.0, Core Runtime 64-bit
2. Install necessary components
Install-WindowsFeature AS-HTTP-Activation,Desktop-Experience,NET-Framework-45-Features,RPC-over-HTTP-proxy,RSAT-Clustering,RSAT-Clustering-CmdInterface,RSAT-Clustering-Mgmt,RSAT-Clustering-PowerShell,Web-Mgmt-Console,WAS-Process-Model,Web-Asp-Net45,Web-Basic-Auth,Web-Client-Auth,Web-Digest-Auth,Web-Dir-Browsing, Web-Dyn-Compression,Web-Http-Errors,Web-Http-Logging,Web-Http-Redirect,Web-Http-Tracing,Web-ISAPI-Ext,Web-ISAPI-Filter,Web-Lgcy-Mgmt-Console,Web-Metabase,Web-Mgmt-Console,Web-Mgmt-Service,Web-Net-Ext45,Web-Request-Monitor,Web-Server,Web-Stat-Compression,Web-Static-Content,Web-Windows-Auth,Web-WMI,Windows-Identity-Foundation
6.2.2 Installing Exchange 2016 Server Roles
Setup /mode:install /role:mb /mdbname:DB01 /IAcceptExchangeServerLicenseTerms /InstallWindowsComponents