04. Exchange Server 2019 Prerequisites Install In Windows Server 2019 Core(CUI) Part-1
Active Directory Install in Windows Server 2019: https://www.youtube.com/watch?v=hD657ClZkeQ&list=PLmpB6TxRFJb33tgO6VAjqLW9_cYvDYMFJ&index=6
05. Exchange Server 2019 Install In Windows Server 2019 Core (CUI) Part-2: https://www.youtube.com/watch?v=CJdC_iYH524&list=PLmpB6TxRFJb0E1LG2Xm6zMd7eVUH-xUtK&index=5
We need two servers to set up our Exchange 2019.
• Active Directory Domain Controller
• Exchange server
we will prepare the server for Exchange 2019.
• System Name
• Static IP
• Remote
• Join Domain
• We will use sconfig command to change all of the names as per your set up.
Active Directory Preparation
• Before we start the installation for Exchange 2019 we need to prepare the Domain.
• We will use the following PowerShell command to install the OS component required for Microsoft UCMA 4.0 and the OS component required for Active Directory Preparation.
• Install-WindowsFeature Server-Media-Foundation, RSAT-ADDS
We will mount Exchange 2019 ISO to the AD and prepare an AD for Exchange using PowerShell.
Prepare Scheme using the following command
• .Setup.exe /PrepareSchema /IAcceptExchangeServerLicenseTerms
Prepare AD using
./Setup.exe /PrepareAD /OrganizationName:”ITSmartTraining” /IAcceptExchangeServerLicenseTerms
Prepare Domain
./Setup.exe /PrepareAllDomains /IAcceptExchangeServerLicenseTerms
Now Install Pre-Requisites Application
1. First will install VC++ 2013 Redistributable
2. We will now install UCMA (Microsoft Unified Communications Managed API 4.0)
Set up file is already available in Exchange 2019 ISO. Mount the ISO using the following command.
Mount-DiskImage c:SoftwareExchangeServer2019-x64.iso
The UCMA installable is located under the “UCMARedist” folder
——————————————————-END———————————————————————–
by ITSmartTraining
windows server dhcp