思路:一臺Server 2016用做AD+DNS,一臺Server 2016用做Exchange Server 2016shell
Exchange Server 2016 CU14 安裝路徑:安裝路徑:https://www.microsoft.com/en-us/download/details.aspx?id=100302架構
Install Guide: https://docs.microsoft.com/en-us/Exchange/plan-and-deploy/prerequisites?view=exchserver-2016 https://docs.microsoft.com/en-us/Exchange/plan-and-deploy/prepare-ad-and-domains?view=exchserver-2016dom
AD Server:ide
1. 安裝.NET Framework 4.7.2或更高版本 (微軟官網)測試
2. 安裝Visual C++ Redistributable Package for Visual Studio 2012 https://www.microsoft.com/en-us/download/details.aspx?id=30679ui
3. 以管理員身份運行Windows Powershell:Install-WindowsFeature RSAT-ADDSserver
4. 運行Exchange Server 2016安裝程序,擴展 Exchange 架構:在 Windows 命令提示符窗口運行如下命令:<Virtual DVD drive letter>:\Setup.exe /IAcceptExchangeServerLicenseTerms /PrepareSchema ci
5. 爲 Exchange Server準備 Active Directory:在 Windows 命令提示符窗口運行: <Virtual DVD drive letter>:\Setup.exe /IAcceptExchangeServerLicenseTerms /PrepareAD /OrganizationName:"<Organization name>" (不須要雙引號,只須要寫建立的域名)get
6. AD Server中建立一些OU和用戶實例域名
Exchange Server:
1. 以管理員身份運行Windows Powershell,安裝必需的 Windows組件:Install-WindowsFeature NET-Framework-45-Features, Server-Media-Foundation, RPC-over-HTTP-proxy, RSAT-Clustering, RSAT-Clustering-CmdInterface, RSAT-Clustering-Mgmt, RSAT-Clustering-PowerShell, 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, RSAT-ADDS
2. 安裝.NET Framework 4.7.2或更高版本(微軟官網)
3. 安裝Visual C++ Redistributable Package for Visual Studio 2012 https://www.microsoft.com/en-US/download/details.aspx?id=30679
4. 安裝Visual C++ Redistributable Package for Visual Studio 2013 https://www.microsoft.com/en-us/download/details.aspx?id=40784
5. 安裝Microsoft統一通訊託管API 4.0 核心運行時(64 位)https://www.microsoft.com/en-US/download/details.aspx?id=34992
6. Exchange Server加域
7. 安裝Exchange Server 2016
8. 導入AD中建立的用戶,建立相應的郵箱帳號,進行內網郵件收發測試