add-circle-bold add-circle add-square add alarm-bell-1 alert-diamond analytics-pie-2 archive archive arrow-down-1 arrow-down-2 arrow-left-1 arrow-right-1 arrow-up-1 attachment-1 bin-paper-1 book-star button-record check-1 check-circle-1 close close-quote close cog-1 cog common-file-stack copy-paste credit-card-1 diagram-fall-down disable time-clock-midnight download-thick-bottom drawer-send envelope-letter envelope-letter expand-6 expand-6 file-code filter-1 floppy-disk flying-insect-honey folder-file-1 headphones-customer-support hierarchy-9 hyperlink-2 information-circle keyboard-arrow-down keyboard-arrow-up layout-module-1 list-bullets lock-2 lock-unlock-1 love-it messages-bubble-square move-to-top multiple-circle multiple-neutral-1 multiple-users-1 navigation-menu-horizontal navigation-menu network-browser open-quote pencil-1 pencil-write pencil-1 print-text rating-star rating-star remove-circle remove-square-1 search send-email-1 shield-warning single-neutral-actions single-neutral smiley-sad-1 smiley-unhappy smiley-indifferent smiley-smile-1_1 smiley-happy smiley-sad-1 smiley-unhappy smiley-indifferent smiley-happy smiley-thrilled social-media-twitter synchronize-arrows-1 tags-double ticket-1 ticket-1 time-clock-circle undo view-1 view-off view wench

Step-By-Step: Setting up Exchange on Server 2016

Updated – 14/12/2016 – Production Ready. 

The Windows team has released KB3206632. This update addresses the issue where IIS would crash after a DAG is formed and the server is subsequently restarted. This update is now required on all servers running Exchange Server 2016 on Windows Server 2016. Setup will not proceed unless the KB is installed.
 

Installing exchange 2016 step by step on Windows Server 2016. 

 

Before Exchange 2016 Install  – Go through the Minimum system requirements below – Note Preview versions are not Production ready. 

 

You can Download the Exchange Server 2016 CU4 Setup using the below Link 

 

 

Step 1: 

To Prepare Active Directory using the same machine. 

Install the Below Feature which install the Active Directory Tools as well. 

Open Windows PowerShell. 
 

Install-WindowsFeature RSAT-ADDS 



 


 

Step 2: 

Install Required Roles. 

Open Windows PowerShell 
 

 

Install-WindowsFeature 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, RSAT-ADDS 


Note : 

 .NET Framework 4.6.2 is supported and should be used by Exchange 2016 on servers running Windows Server 2016. 

 .Net 4.6.2 is included on Windows Server 2016. 

 To check .Net Version on Windows Server 2016 – 


 

(Get-ItemProperty -Path 'HKLM:\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Full' ).


Release Above 394747 = .NET Framework 4.6.2 or later 
 

Step 3 

 
 

Step 4: 

Preparing Schema 

Open Windows PowerShell – Browse to Setup Location –  Run as administrator. 

.\setup /PrepareSchema /IAcceptExchangeServerLicenseTerms 

 

Step 5: 

Preparing Active Directory 

.\setup /Preparead /IAcceptExchangeServerLicenseTerms /OrganizationName:"Enter Exchange Org Name" 

Note : If you are already in a Exchange Organization – Remove /OrganizationName Parameter 

 

Step 6: 

Preparing Domain 

.\setup /Preparedomain /IAcceptExchangeServerLicenseTerms 

Note : 

If you are in a Child domain Scenario 


.\setup /Preparealldomains /IAcceptExchangeServerLicenseTerms 

 

Step 7: 

Run the setup.exe 

Choose Next,Accept the agreement. 

 

 

Step 8: 

Choose the Roles. 

Choose Next 

Note :”Edge Transport Role” Which can be installed in DMZ. 

 

 

Step 9: 

Choose Next 

You can always move Database path for Exchange Databases and log files to a separate drive. 

 

Step 10: 

Choose Next 

If you already Did “Step 4” you won’t see a option to create organization. As Already Exchange Org is already created 

Else Enter a Org Name. 

 

 

Step 11: 

Choose  “No” for Malware Scanning 

  

Step 12: 

Choose Install 

 

Microsoft  Exchange Server 2016  – Setup Completed Successfully. 

Get-ExchangeServer| FT Name,Admin*