How to Install Exchange Management Tools with CMD-Powershell

If you want to install the Exchange Management Tools on another server

Please, Exchange Server Prerequisite detail is Exchange Server 2019 and SE prerequisites

Exchange Server 2019 and Subscription Edition system requirements

Exchange Server Management tools

Install the following software:

  1. Supported version of .NET Framework
  2. Visual C++ Redistributable Package for Visual Studio 2012

The system requirements for the Visual C++ Redistributable package do not explicitly mention support for the latest Windows Server versions. However, the redistributable package is safe to install on these versions of Windows.

Install the following Windows features:

  1. If you want to install the Exchange Server Management tools on supported Windows Server OS, make sure to install the following Windows features: PS
Install-WindowsFeature -Name Web-Mgmt-Console, Web-Metabase

If you want to install the Exchange Server Management tools on supported Windows Client OS, make sure to install the following Windows features:

Enable-WindowsOptionalFeature -Online -FeatureName IIS-ManagementConsole, IIS-Metabase -All

Download the Exchange ISO(Any CU/SE Version), mount the image, and then run the following command:

Setup.exe /IAcceptExchangeServerLicenseTerms_DiagnosticDataOFF /Mode:Install /Role:ManagementTools

Finally 🙂