思路:一臺Server 2016用作AD+DNS,一臺Server 2016用作Exchange Server 2016 Exchange Server 2016 CU14 安裝路徑:安裝路徑:https://www.microsoft.com/en-us/download/details.aspx ...
思路:一臺Server 2016用作AD+DNS,一臺Server 2016用作Exchange Server 2016
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-2016
AD Server:
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=30679
3. 以管理員身份運行Windows Powershell:Install-WindowsFeature RSAT-ADDS
4. 運行Exchange Server 2016安裝程式,擴展 Exchange 架構:在 Windows 命令提示符視窗運行以下命令:<Virtual DVD drive letter>:\Setup.exe /IAcceptExchangeServerLicenseTerms /PrepareSchema
5. 為 Exchange Server準備 Active Directory:在 Windows 命令提示符視窗運行: <Virtual DVD drive letter>:\Setup.exe /IAcceptExchangeServerLicenseTerms /PrepareAD /OrganizationName:"<Organization name>" (不需要雙引號,只需要寫創建的功能變數名稱)
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中創建的用戶,創建相應的郵箱賬號,進行內網郵件收發測試