一,安装先决条件
在exchange服务器上安装必需的 Windows 角色和功能,重启服务器
Install-WindowsFeature RSAT-ADDS,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
下载安装.net4.5.2
http://www.microsoft.com/en-us/download/details.aspx?id=42642
下载安装Unified Communications Managed API 4.0 Runtime
http://www.microsoft.com/en-US/download/details.aspx?id=34992
二,扩展AD
解压exchange2016。
转到exchange所在目录,扩展 Active Directory 架构
Setup.exe /PrepareSchema /IAcceptExchangeServerLicenseTerms
准备Active Directory
Setup.exe /PrepareAD /OrganizationName:"<organization name>" /IAcceptExchangeServerLicenseTerms
准备Active Directory林中的所有域
Setup.exe /PrepareAllDomains /IAcceptExchangeServerLicenseTerms
双击“setup”,进行安装exchange,截图如下