Windows Server 2012 and Windows Server 2012 R2 prerequisites
The prerequisites that are needed to install Exchange 2016 on computers running Windows Server 2012 or Windows Server 2012 R2 depends on which Exchange role you want to install. Read the section below that matches the role you want to install.
Role: Mailbox server role.
Let’s Start by running the following in PowerShell.
Follow the instructions in this section to install the prerequisites on computers running Windows Server 2012 or Windows Server 2012 R2 where you want to install the Mailbox server role.
Do the following to install the required Windows roles and features:
- Open Windows PowerShell.
- Run the following command to install the required Windows components.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
Install-WindowsFeature AS-HTTP-Activation, Server-Media-Foundation, 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 |
After you’ve installed the operating system roles and features, install the following software in the order shown:
Important: |
Exchange 2016 CU5 and later require .NET Framework 4.6.2. Upgrade your servers to .NET Framework 4.6.2 before you install Exchange 2016 CU5 or you’ll receive an error. If .NET Framework 4.5.2 is installed on your Exchange servers, upgrade your servers to Exchange 2016 CU4 before installing .NET Framework 4.6.2. |
Let’s continue to Install Exchange 2016 using unattended mode
The following information applies to the Exchange 2016 Mailbox server role.
- Estimated time to complete: 60 minutes
- The computer you install Exchange 2016 on must be a member of an Active Directory domain.
- If you’re installing the first Exchange 2016 server in the organization, the account you use needs to be a member of the Enterprise Admins group.
- If you haven’t previously prepared the Active Directory schema, the account you use also needs to be a member of the Schema Admins group.
- If you’ve already prepared the schema and aren’t installing the first Exchange 2016 server in the organization, the account you use needs to be a member of the Exchange 2016 Organization Management role group.
Administrators who are members of the Delegated Setup role group can deploy Exchange 2016 servers that have been previously provisioned by a member of the Organization Management role group.
At the command prompt, run the applicable command for your organization.
1 |
Setup.exe<span style="font-family: Calibri;"> /Mode:Install /</span><span style="font-family: Consolas;">/Role:</span><span style="font-family: Calibri;">Mailbox,ManagementTools /</span><span style="font-family: Consolas;">OrganizationName:</span><span style="font-family: Calibri;"> ThatLazyAdmin /</span><span style="font-family: Consolas;">IAcceptExchangeServerLicenseTerms</span> |
After Successful install you can access the Exchange Console using the following Default Path.
For detailed help, type one of the following options:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
Setup.exe [/Mode:<setup mode>] [/IAcceptExchangeServerLicenseTerms /Role:<server role to install>] [/InstallWindowsComponents [/OrganizationName:<name for the new Exchange organization> [/TargetDir:<target directory>] [/SourceDir:<source directory>] [/UpdatesDir:<directory from which to install updates>] [/DomainController:<FQDN of domain controller>] [/DisableAMFiltering] [/AnswerFile:<filename>] [/DoNotStartTransport] [/EnableErrorReporting] [/CustomerFeedbackEnabled:<True | False>] [/AddUmLanguagePack:<UM language pack name>] [/RemoveUmLanguagePack:<UM language pack name>] [/NewProvisionedServer:<server>] [/RemoveProvisionedServer:<server>] [/MdbName:<mailbox database name>] [/DbFilePath:<Edb file path>] [/LogFolderPath:<log folder path>] [/ActiveDirectorySplitPermissions:<True | False>] [/TenantOrganizationConfig:<path>] |
Be First to Comment