一:
1.共存环境:
- 不支持Exchange 2010 之前的Exchange版本
- 支持与Exchange 2013 CU21 之后的版本共存。
2.域控制器的系统要求
- 林中域控制器系统必须是2012 R2之后的版本
3.AD林功能级别知识是windows server 2012 R2 或者更高。
- 必须预先安装以下组件:
- .net Framework 4.7.2 或者更高版本。
- Visual C++ Redistributable Package for Visual Studio 2013
- 安装远程管理工具: Install-WindowsFeature RSAT-ADDS
二:AD的准备
- AD域架构的扩展。
<Virtual DVD drive letter>:\Setup.exe /IAcceptExchangeServerLicenseTerms /PrepareSchema
- AD 组织扩展
<Virtual DVD drive letter>:\Setup.exe /IAcceptExchangeServerLicenseTerms /PrepareAD /OrganizationName:"<Organization name>"
- AD 域扩展。
E:\Setup.exe /IAcceptExchangeServerLicenseTerms /PrepareAllDomains
转载于:https://blog.51cto.com/linjiajun/2332972