Microsoft Exchange Server 2019 CU15 Installation on Windows Server 2022 (Step-by-Step)
This video demonstrates how to deploy Microsoft Exchange Server 2019 CU15 on Windows Server 2022 in a new Active Directory environment.
Topics Covered
- Windows Server 2022 Preparation
- Active Directory Domain Services (AD DS) Installation
- Exchange Schema Preparation
- Active Directory Preparation
- Exchange Prerequisites Installation
- Microsoft Visual C++ Redistributable Installation
- UCMA 4.0 Runtime Installation
- Exchange Server 2019 CU15 Installation
Part 1: Domain Controller (Windows Server 2022)
Step 1: Update Windows
- Install all available Windows Updates.
- Restart the server.
Step 2: Install Active Directory Domain Services (AD DS)
Example Domain Name:
ad.xyz.com
Promote the server as a Domain Controller.
Step 3: Copy Exchange Setup Files
Create a folder on C Drive- Like Below this:
C:\Exchange2019CU15
Mount the Exchange Server 2019 CU15 ISO and copy all files into this folder.
Step 4: Open Command Prompt as Administrator
cd C:\Exchange2019CU15
Prepare the Exchange Schema
Setup.exe /PrepareSchema /IAcceptExchangeServerLicenseTerms_DiagnosticDataON
Prepare Active Directory
Setup.exe /PrepareAD /OrganizationName:"Your NetBIOS Name or Any Short Name" /IAcceptExchangeServerLicenseTerms_DiagnosticDataON
Step 5: Install Windows Prerequisites (PowerShell)
Run PowerShell as Administrator.
Install-WindowsFeature Server-Media-Foundation,RSAT-ADDS,Web-Server,Web-Basic-Auth,Web-Windows-Auth,Web-Metabase,Web-Net-Ext45,Web-Lgcy-Mgmt-Console,Web-Asp-Net45,Web-ISAPI-Ext,Web-ISAPI-Filter,Web-Digest-Auth,Web-Dyn-Compression,NET-Framework-45-Features,NET-HTTP-Activation,RPC-over-HTTP-proxy,Web-Http-Logging,Web-Log-Libraries,Web-Request-Monitor,Web-Http-Tracing,Web-Stat-Compression,Web-Default-Doc,Web-Dir-Browsing,Web-Http-Errors,Web-Static-Content,Web-Http-Redirect,Web-Mgmt-Console,WAS-Process-Model,Web-WebSockets -IncludeManagementTools
Restart the server after installation.
Step 6: Install Required Software
Install:
- Microsoft Visual C++ 2019–2022 Redistributable (x64)
Part 2: Exchange Server 2019
Step 1: Update Windows
Install all Windows Updates and restart.
Step 2: Join the Server to the Domain
Join the Exchange server to:
ad.xyz.com
Log in using the Domain Administrator account.
Step 3: Install Required Software
Install the following:
Microsoft Visual C++ 2019–2022 Redistributable (x64)
Unified Communications Managed API (UCMA) 4.0 Runtime
Step 4: Install Exchange Prerequisites
Run PowerShell as Administrator.
Install-WindowsFeature `
Server-Media-Foundation, `
RSAT-ADDS, `
NET-Framework-45-Features, `
Web-Server, `
Web-Basic-Auth, `
Web-Windows-Auth, `
Web-Metabase, `
Web-Net-Ext45, `
Web-Asp-Net45, `
Web-ISAPI-Ext, `
Web-ISAPI-Filter, `
Web-Digest-Auth, `
Web-Dyn-Compression, `
Web-Mgmt-Console `
-IncludeManagementTools
Restart the server.
Step 5: Install Exchange Server 2019 CU15
Mount the Exchange Server 2019 CU15 ISO.
Run Setup from the GUI
or
Open Command Prompt as Administrator and run:
Setup.exe /Mode:Install /Roles:Mailbox /IAcceptExchangeServerLicenseTerms_DiagnosticDataOFF
Environment Used
- Windows Server 2022
- Active Directory Domain Services
- Microsoft Exchange Server 2019 CU15
- Exchange Mailbox Role
- Forest Functional Level: Windows Server 2016 or later
#ExchangeServer2019 #Exchange2019 #ExchangeCU15 #WindowsServer2022 #ActiveDirectory #ADDS #MicrosoftExchange #ExchangeInstallation #SystemAdministrator #ITInfrastructure #PowerShell #WindowsServer #ITSupport #ServerAdministration #Microsoft

0 Comments