This post is a Step by Step Guide to Install Exchange Server 2016. The installation considers a single server deployment of Exchange Server 2016 with the Mailbox role.
Before you install Microsoft Exchange Server 2016, I recommend that you install it in an isolated test environment.
That’s because this test environment will act as your proof of concept for your new Exchange 2016 design. Based on the results, you can either move forward or roll back any implementations before deploying into your production environments.
When it comes to installing Exchange Server 2016, you can install it in 2 ways. The first method is more of GUI based setup where you run setup without any command-line switches. This provides an interactive experience where you are guided by the Exchange 2016 Setup wizard.
While the second method is you run setup with command-line switches that facilitates you to install Exchange from an interactive command line or through a script.
Here are some of the topics that I strongly recommend you to go through first before setting up Exchange 2016.
Exchange Server 2016 system requirements
Exchange Server 2016 prerequisites
Deploy a new installation of Exchange 2016
Exchange Server 2016 can be installed on Windows Server 2012 and Windows Server 2012 R2. I prefer to install it on Windows Server 2012 R2 as it is more stable.
For both versions of Windows Server either the Standard or Datacenter edition can be used to run Exchange Server 2016.
Exchange Server 2016 Prerequisites
Before you install Exchange server 2016, you might have to install some prerequisites.
Microsoft .NET Framework 4.5.2 (Offline Installer)
Unified Communications Managed API 4.0 Runtime
Before you install Microsoft Exchange Server 2016, you need to prepare your Active Directory forest and its domains.
In my lab setup I am installing Exchange 2016 on a server that is running Windows Server 2012 R2 Datacenter edition. The account that is used to install exchange server is a member of Enterprise Admins group and Schema admins group.
Exchange needs to prepare Active Directory so that it can store information about your users mailboxes and the configuration of Exchange servers in the organization.
For Exchange 2016 setup, you need to install various Windows roles and features, .NET Framework 4.5.2 or later, and other required software.
Install Dot Net Framework 4.5.2
Let us start with installing Microsoft .NET framework 4.5.2 on the machine where Exchange 2016 is going to be installed. Download and install .net framework 4.5.2 and click Finish.
Open Windows PowerShell and run the following command to install the Remote Tools Administration Pack.
Install-WindowsFeature RSAT-ADDS
Prerequisites for Exchange Mailbox Server Role
In this section we will see the prerequisites that needs to be installed on a server running a standalone Exchange 2016 server with the Mailbox Server Role.
First of all launch the Windows PowerShell (run as administrator). Run the following command to install the required Windows components. You must restart after the server to complete the installation process.
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
Prerequisites for Edge Server Role
If you are planning to install Edge server role then run the following command to install the required Windows components.
Install-WindowsFeature ADLDS
Extend the Active Directory schema
Before you install Microsoft Exchange Server 2016, you need to extend the active directory schema and prepare your Active Directory forest and its domains.
So mount the Exchange Server 2016 installation Media. Launch Command Prompt (run as administrator) and navigate to path where setup files are present.
Once you successfully enter the below command, the prerequisite analysis and extending AD schema steps should shows the status as Completed.
Setup.exe /PrepareSchema /IAcceptExchangeServerLicenseTerms
Prepare Active Directory for Exchange 2016
Next step is to prepare the Active Directory. In the same command prompt that you launched, run the below command by replacing organization name with a name.
Setup.exe /PrepareAD /OrganizationName:”” /IAcceptExchangeServerLicenseTerms
The next step is to download and install Unified Communications Managed API 4.0 Runtime.
Additionally, run the below command to avoid the Error: The Windows component RSAT-Clustering-CmdInterface isn’t installed on this computer and needs to be installed before Exchange Setup can begin.
Install-WindowsFeature RSAT-Clustering-CmdInterface
You have now prepared your server to install Exchange Server 2016.
Install Exchange Server 2016
Download the Exchange 2016 installation files from the Microsoft Download Center. Log on to the computer on which you want to install Exchange 2016.
Navigate to the network location of the Exchange 2016 installation files. Start Exchange 2016 Setup by double-clicking Setup executable.
On the Check for Updates page, choose whether you want Setup to connect to the Internet and download product and security updates for Exchange 2016.
If you select Connect to the Internet and check for updates, Setup will download updates and apply them prior to continuing.
If you select Don’t check for updates right now, you can download and install updates manually later. Click Next to continue.
The Introduction page begins the process of installing Exchange into your organization. Click Next to continue.
On the License Agreement page, review the software license terms. Select I accept the terms in the license agreement, and then click Next.
On the Recommended settings page, select whether you want to use the recommended settings.
If you select Use recommended settings, Exchange will automatically send error reports and information about your computer hardware and how you use Exchange to Microsoft.
If you select Don’t use recommended settings, these settings remain disabled but you can enable them at any time after Setup completes. Click Next.
Exchange Server Role Selection
On the Server Role Selection page, choose whether you want to install the Mailbox role or just the Management Tools on this computer.
The management tools install automatically when you install the Mailbox server role. Select Automatically install Windows Server roles and features that are required to install Exchange Server to have the Setup wizard install required Windows prerequisites.
You may need to reboot the computer to complete the installation of some Windows features. If you don’t select this option, you need to install the Windows features manually. Click Next.
If you’re installing the Mailbox role, on the Malware Protection Settings page, choose whether you want to enable or disable malware scanning.
If you disable malware scanning, it can be enabled in the future. Click Next to continue.
On the Readiness Checks page, ensure all readiness checks have completed successfully. To install Exchange Server 2016, click Install.
Once the setup is complete, click Finish. Restart the computer after Exchange Server 2016 has completed.
Exchange 2016 Admin Center
Let’s now open Exchange Admin Center. Open the web browser and type the below https://exchangeServerFQDN/ECP.
This link should load the Exchange Admin Center. Enter the username and password and click sign in.
You are now ready to explore the options available in Exchange admin center. Furthermore, you could also see Exchange 2016 post-installation tasks.
Still Need Help?
If you need further assistance on the above article or want to discuss other technical issues, check out some of these options.