Basically the same as previous versions of Exchange, before installing the Exchange Server, prepare the prerequisites.
First, deploy Exchange Server 2016, make sure that the forest has a functional level of at least Windows Server 2008, and make sure that the schema master is running Windows Server 2008 or later, or only dry-stare!
1. First, let's first install the. Net Framework 4.5.2
: https://www.microsoft.com/en-us/download/details.aspx?id=42642
650) this.width=650; "height=" 429 "title=" clip_image001 "style=" border:0px; "alt=" clip_image001 "src=" http:/ S3.51cto.com/wyfs02/m02/7d/06/wkiom1beht7dhxmcaae3l_26i0w903.png "border=" 0 "/>
650) this.width=650; "height=" 463 "title=" clip_image002 "style=" border:0px; "alt=" clip_image002 "src=" http:/ S3.51cto.com/wyfs02/m02/7d/04/wkiol1behccqgvucaaglxpl1pd4140.png "border=" 0 "/>
650) this.width=650; "height=" 475 "title=" clip_image003 "style=" border:0px; "alt=" clip_image003 "src=" http:/ S3.51cto.com/wyfs02/m01/7d/04/wkiol1behcdc9pbaaadsph1jxbc897.png "border=" 0 "/>
650) this.width=650; "height=" 475 "title=" clip_image004 "style=" border:0px; "alt=" clip_image004 "src=" http:/ S3.51cto.com/wyfs02/m00/7d/06/wkiom1behucq-o9oaaf-3o7iekw252.png "border=" 0 "/>
2. Active Directory Preparation
Open Windows PowerShell, and then enter the following command
Install-windowsfeature Rsat-adds
650) this.width=650; "height=" 171 "title=" clip_image005 "style=" border:0px; "alt=" clip_image005 "src=" http:/ S3.51cto.com/wyfs02/m02/7d/06/wkiom1behuhszwolaadsqg_b75m199.png "border=" 0 "/>
Completing the installation of the AD component
3. Components required to install Exchange roles on the server
3.1 Mailbox Server role:
Install-windowsfeature 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
650) this.width=650; "height=" 193 "title=" clip_image006 "style=" border:0px; "alt=" clip_image006 "src=" http:/ S3.51cto.com/wyfs02/m00/7d/04/wkiol1behclw6dnuaafc9-yyzv4146.png "border=" 0 "/>
After the installation is complete, you will also need to install the. Net Framework 4.5.2 (installed) and Microsoft Unified Communications Managed API 4.0 Core Runtime (64-bit)
: https://www.microsoft.com/en-us/download/details.aspx?id=34992
Note: After installing the required components, we will install UCMA, but we need to reboot the server again, because we have the Media fundation feature installed and must be restarted to properly install UCMA.
650) this.width=650; "height=" 458 "title=" clip_image007 "style=" border:0px; "alt=" clip_image007 "src=" http:/ S3.51cto.com/wyfs02/m02/7d/04/wkiol1behcogk2e-aagmhbxorp8977.png "border=" 0 "/>
650) this.width=650; "height=" 459 "title=" clip_image008 "style=" border:0px; "alt=" clip_image008 "src=" http:/ S3.51cto.com/wyfs02/m00/7d/06/wkiom1behuogs2znaaftmp6q67e097.png "border=" 0 "/>
3.2 Edge Transport server role
Install-windowsfeature Adlds
You will then still need to install the. Net Framework 4.5.2
4. Extending the AD Schema
Setup.exe/prepareschema/iacceptexchangeserverlicenseterms
650) this.width=650; "height=" 241 "title=" clip_image009 "style=" border:0px; "alt=" clip_image009 "src=" http:/ S3.51cto.com/wyfs02/m01/7d/06/wkiom1behuoyx-traafef6vev84176.png "border=" 0 "/>
5. Prepare the ad
Now that the Active Directory schema has been expanded, you can prepare additional parts of Active Directory for Exchange 2016. During this setup, Exchange creates containers, objects, and other artifacts in the Active Directory where information is stored.
Setup.exe/preparead/organizationname: "<organization name>"/iacceptexchangeserverlicenseterms
6. Prepare the domain
The final step in preparing Active Directory for Exchange is to prepare each Active Directory domain where Exchange or mail-enabled users will be installed. This step creates additional containers and security groups, and sets permissions so that Exchange can access them.
Setup.exe/preparedomain:<fqdn of the domain want to prepare>/iacceptexchangeserverlicenseterms
Here, the prerequisites for Exchange 2016 are complete!
This article is from the "June Ma Run Space" blog, be sure to keep this source http://horse87.blog.51cto.com/2633686/1748805
Exchange Server 2016 standalone deployment/coexistence Deployment (ii)-Prerequisites