Microsoft Exchange Server 2019 Prerequisites Installation With GUI
Microsoft Exchange Server 2019 Prerequisites Installation With GUI
Operating System Support
Windows Server 2016 (Core and Desktop Experience)
Windows Server 2019 preview (Core and Desktop Experience)
.Net Framework Support
• .NET Framework 4.7.1 or above (Windows Server 2016)
• .NET Framework 4.7.2 (comes default with Windows Server 2019 preview)
Other requirements
Visual C++ Redistributable Packages for Visual Studio 2013
Unified Communications Managed API (UCMA) 4.0
1. Open a Windows PowerShell
2. Install Remote Administration tools
Install-WindowsFeature RSAT-ADDS
3. Install the server prerequisites
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
4. Mount the Exchange Server 2019 ISO
5. Open up a Command Prompt
6. Navigate to the Exchange Installation media path
7. Run the following command to extend the schema.
Setup.exe /PrepareSchema /IAcceptExchangeServerLicenseTerms
8. Then run the following command
Setup.exe /PrepareAD /OrganizationName:”organization name” /IAcceptExchangeServerLicenseTerms
9. Run the below command to prepare the Active Directory domains
Setup.exe /PrepareAllDomains/IAcceptExchangeServerLicenseTerms
0 Comments