Exchange Server 2019 Install ——(一)準備先決條件

環境:新裝的一臺Windows Server 2019嚐嚐鮮,準備搭建一套AD域控系統和郵件系統。
Exchange Server 2019和2016區別不大,依舊事先要部署先決條件。shell


1.下載並安裝API
下載頁面
https://www.microsoft.com/zh-CN/download/details.aspx?id=34992
Exchange Server 2019 Install ——(一)準備先決條件
安裝頁面
Exchange Server 2019 Install ——(一)準備先決條件
Exchange Server 2019 Install ——(一)準備先決條件安全


2.下載安裝VC2013
https://www.microsoft.com/zh-CN/download/details.aspx?id=40784
Exchange Server 2019 Install ——(一)準備先決條件
Exchange Server 2019 Install ——(一)準備先決條件
Exchange Server 2019 Install ——(一)準備先決條件服務器

安裝完這兩個以後,重啓服務器。架構


3.在服務器上安裝Exchange角色所需的組件
Install-WindowsFeature Web-WebServer,Web-Common-Http,Web-Default-Doc,Web-Dir-Browsing,Web-Http-Errors,Web-Static-Content,Web-Http-Redirect,Web-Health,Web-Http-Logging,Web-Log-Libraries,Web-Request-Monitor,Web-Http-Tracing,Web-Performance,Web-Stat-Compression,Web-Dyn-Compression,Web-Security,Web-Filtering,Web-Basic-Auth,Web-Client-Auth,Web-Digest-Auth,Web-Windows-Auth,Web-App-Dev,Web-Net-Ext45,Web-Asp-Net45,Web-ISAPI-Ext,Web-ISAPI-Filter,Web-Mgmt-Tools,Web-Mgmt-Compat,Web-Metabase,Web-WMI,Web-Mgmt-Service,NET-Framework-45-ASPNET,NET-WCF-HTTP-Activation45,NET-WCF-MSMQ-Activation45,NET-WCF-Pipe-Activation45,NET-WCF-TCP-Activation45,Server-Media-Foundation,MSMQ-Services,MSMQ-Server,RSAT-Feature-Tools,RSAT-Clustering,RSAT-Clustering-PowerShell,RSAT-Clustering-CmdInterface,RPC-over-HTTP-Proxy,WAS-Process-Model,WAS-Config-APIs dom

Exchange Server 2019 Install ——(一)準備先決條件
安裝中
Exchange Server 2019 Install ——(一)準備先決條件
稍等片刻安裝完成
Exchange Server 2019 Install ——(一)準備先決條件ide


4.Active Directory準備
打開 Windows PowerShell,而後輸入下面的命令3d

Install-WindowsFeature RSAT-ADDScode

Exchange Server 2019 Install ——(一)準備先決條件

以後再AD管理組件中能夠查看到
Exchange Server 2019 Install ——(一)準備先決條件orm


5.拓展AD架構server

定向到安裝盤,打開powershell,運行.\Setup.exe /PrepareSchema /IAcceptExchangeServerLicenseTerms
Exchange Server 2019 Install ——(一)準備先決條件
Exchange Server 2019 Install ——(一)準備先決條件

執行失敗,以前帳號是添加到domin admins中,提示要添加到Enterprise admins and/or Schema Admins 中。
Exchange Server 2019 Install ——(一)準備先決條件
添加Enterprise admins事後依舊報錯,懷疑Enterprise admins和Schema Admins都要添加,不單單是或的關係。以後我切換到DC主機執行,成功了。(請教大佬這究竟是什麼緣由呢?)
Exchange Server 2019 Install ——(一)準備先決條件


6.準備AD

如今 Active Directory 架構已擴展完畢,您能夠爲 Exchange 2019 準備 Active Directory 的其餘部件。在此設置過程當中,Exchange 將在用於存儲信息的 Active Directory 中建立容器、對象及其餘項目。

.\setup /IAcceptExchangeServerLicenseTerms /PrepareAD /OrganizationName:XXX
不要添加後綴 (eg:XXX.com)
Exchange Server 2019 Install ——(一)準備先決條件


7.準備域
爲 Exchange 準備 Active Directory 的最後一步是準備將安裝 Exchange 或啓用郵件的用戶將位於的每一個 Active Directory 域。此步驟建立其餘容器和安全組,並設置權限,以便 Exchange 能夠訪問它們。
.\setup /IAcceptExchangeServerLicenseTerms /PrepareDomain:XXX.COM
Exchange Server 2019 Install ——(一)準備先決條件


至此,安裝Exchange server 2019的先決條件咱們就完成了。

相關文章
相關標籤/搜索