Close Menu
Altcoinvest
    What's Hot

    50,640 People Affected After Hackers Hit Healthcare Firm, Stealing Personal, Financial and Medical Data

    April 18, 2026

    Kelp DAO exploited for $292 million with wrapped ether stranded across 20 chains

    April 18, 2026

    Ethereum Signals Major Reversal – $2,900 Target Back In Focus

    April 18, 2026
    Facebook X (Twitter) Instagram
    Altcoinvest
    • Bitcoin
    • Altcoins
    • Exchanges
    • Youtube
    • Crypto Wallets
    • Learn Crypto
    • bitcoinBitcoin(BTC)$75,669.00-2.39%
    • ethereumEthereum(ETH)$2,350.41-3.32%
    • tetherTether(USDT)$1.000.01%
    • rippleXRP(XRP)$1.43-3.48%
    • binancecoinBNB(BNB)$630.32-2.03%
    • usd-coinUSDC(USDC)$1.00-0.01%
    • solanaSolana(SOL)$86.05-3.58%
    • tronTRON(TRX)$0.3293720.58%
    • Figure HelocFigure Heloc(FIGR_HELOC)$1.041.31%
    • dogecoinDogecoin(DOGE)$0.095015-5.18%
    Altcoinvest
    Home»Exchange»How to Upgrade Exchange Server Management Tools
    How to Upgrade Exchange Server Management Tools
    Exchange

    How to Upgrade Exchange Server Management Tools

    July 24, 2025
    Share
    Facebook Twitter LinkedIn Pinterest Email

    If you upgrade Exchange Server to a new version, you must also upgrade the Exchange Server Management Tools. The same applies if you’ve removed Exchange Server but still have the Management Tools installed to manage the objects. You must perform this step on all servers and workstations where the Management Tools are installed. In this article, you will learn how to upgrade Exchange Server Management Tools.

    Before you start

    The steps are slightly different if you have an Exchange Server running or non-running in the organization. Identify which setup you have before you select the correct upgrade method. The steps in the article work for every Exchange Server version.

    To upgrade the Exchange Server Management Tools, follow the steps below:

    1. Sign in on the server or workstation where the Management Tools are installed.
    2. Go to Programs and Features.
    3. Check which Exchange Server Management Tools version is installed.
    Programs and features old versionPrograms and features old version
    1. Download the Exchange Server CU (ISO file).
    2. Mount the Exchange Server ISO file.
    Mount Exchange Server ISOMount Exchange Server ISO
    1. Run the upgrade setup by double-clicking on the mounted Exchange Server drive. If that doesn’t work, right-click the mounted file, open it, and then double-click the Setup.EXE file.
    2. The setup is preparing the necessary resources.
    Upgrade Exchange Server Management Tools Initializing setupUpgrade Exchange Server Management Tools Initializing setup
    1. Click on Next.
    Upgrade Exchange Server Management ToolsUpgrade Exchange Server Management Tools
    1. Accept the license agreement.
    2. Click Next.
    License AgreementLicense Agreement
    1. Click Install.
    Readiness ChecksReadiness Checks
    1. The setup will go through 11 steps.
    Setup ProgressSetup Progress
    1. Click Finish.
    Upgrade Exchange Server Management Tools Setup CompletedUpgrade Exchange Server Management Tools Setup Completed
    1. Restart the Windows Server.
    2. Go to Programs and Features.
    3. Verify that the new Exchange Server Management Tools version is installed.
    Programs and features new versionPrograms and features new version

    That’s it!

    If you removed the last Exchange Hybrid Server, you still have the Exchange Server Management Tools installed on a server or workstation. That’s because you will manage the Exchange Server objects from the tool.

    To upgrade the Exchange Server Management Tools for a non-running Exchange Server, follow the steps below:

    1. Sign in on the server or workstation where the Management Tools are installed.
    2. Go to Programs and Features.
    3. Check which Exchange Server Management Tools version is installed.
    Programs and features old versionPrograms and features old version
    1. Download the Exchange Server CU (ISO file).
    2. Mount the Exchange Server ISO file.
    Mount Exchange Server ISOMount Exchange Server ISO
    1. Start Command Prompt as administrator.
    2. Run the following command to prepare Active Directory for Exchange Server.

    Note: If you run the setup to upgrade Management Tools without preparing Active Directory, an error occurs. So this step is essential.

    E:\Setup.exe /PrepareAD /IAcceptExchangeServerLicenseTerms_DiagnosticDataOFF

    The output appears.

    Microsoft Exchange Server 2019 Cumulative Update 15 Unattended Setup
    
    Copying Files...
    File copy complete. Setup will now collect additional information needed for installation.
    
    
    Performing Microsoft Exchange Server Prerequisite Check
    
        Prerequisite Analysis                                                                             COMPLETED
    
    Configuring Microsoft Exchange Server
    
        Organization Preparation                                                                          COMPLETED
    
    The Exchange Server setup operation completed successfully.
    
    Exchange Setup preserved the required configurations during upgrade. More details can be found in Exchangesetup.log
    located in <SystemDrive>:\ExchangeSetupLogs folder. For more information, visit:
    https://aka.ms/PreserveExchangeConfig2019.
    1. Run the upgrade setup by double-clicking on the mounted Exchange Server drive. If that doesn’t work, right-click the mounted file, open it, and then double-click the Setup.EXE file.
    2. The setup is preparing the necessary resources.
    Upgrade Exchange Server Management Tools Initializing setupUpgrade Exchange Server Management Tools Initializing setup
    1. Click on Next.
    Upgrade Exchange Server Management ToolsUpgrade Exchange Server Management Tools
    1. Accept the license agreement.
    2. Click Next.
    License AgreementLicense Agreement
    1. Click Install.
    Readiness ChecksReadiness Checks
    1. The setup will go through 11 steps.
    Setup ProgressSetup Progress
    1. Click Finish.
    Upgrade Exchange Server Management Tools Setup CompletedUpgrade Exchange Server Management Tools Setup Completed
    1. Restart the Windows Server.
    2. Go to Programs and Features.
    3. Verify that the new Exchange Server Management Tools version is installed.
    Programs and features new versionPrograms and features new version
    1. Clean up your Active Directory by removing unnecessary Exchange objects.

    AD cleanup can be done by running the CleanupActiveDirectoryEMT.ps1 script shipped with Management tools. The script removes system mailboxes, unnecessary Exchange containers, permissions for Exchange Security Groups on the domain and configuration partitions, and the Exchange Security Groups. You need to run this script with domain admin credentials.

    Note: You must run it because /PrepareAD re-created some objects that the CleanupActiveDirectoryEMT.ps1 removes.

    Open PowerShell on the management server and go to the directory.

    cd $env:ExchangeInstallPath\Scripts

    Run the command below.

    .\CleanupActiveDirectoryEMT.ps1

    The output appears.

    Removing system mailboxes
    Removing un-nesessary Exchange containers in Configuration partition
    Removing permissions for Exchange Security Groups on DC=exoip,DC=local
    Removing permissions for Exchange Security Groups on CN=AdminSDHolder,CN=System,DC=exoip,DC=local
    Removing permissions for Exchange Security Groups on CN=Configuration,DC=exoip,DC=local
    Removing permissions for Exchange Security Groups on CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=exoip,DC=local
    Removing permissions for Exchange Security Groups on CN=EXOIP,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=exoip,DC=local
    Removing permissions for Exchange Security Groups on CN=Recipient Policies,CN=EXOIP,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=exoip,DC=local
    Removing permissions for Exchange Security Groups on CN=Microsoft Exchange Autodiscover,CN=Services,CN=Configuration,DC=exoip,DC=local
    Removing permissions for Exchange Security Groups on CN=Sites,CN=Configuration,DC=exoip,DC=local
    Removing Exchange Security Groups container
    Removing Exchange System Objects container
    Cleanup script completed successfully

    That’s it!

    Read more: Upgrade Microsoft Entra Connect »

    Conclusion

    You learned how to upgrade Exchange Server Management Tools. If you install a Cumulative Update or Security Update, the Management Tools on the Exchange Server gets automatically upgraded. However, if you have the Management Tools on other servers, or workstation installed, you must upgrade all of them too.

    Remember to keep your Exchange Server Management Tools up to date with every Cumulative Update (CU) and Security Update (SU) release to ensure they remain in a supported and secure state.

    Did you enjoy this article? You may also like Set up Inbound SMTP DANE with DNSSEC in Exchange Online. Don’t forget to follow us and share this article.

    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email

    Related Posts

    How to Block Soft and Hard Match in Microsoft Entra ID

    April 7, 2026

    How to connect to Microsoft 365 with Microsoft Graph PowerShell

    March 27, 2026

    February 2026 Exchange Server Security Updates

    March 5, 2026

    How to Fix 550 5.1.10 RESOLVER.ADR.RecipientNotFound in Exchange Server

    March 5, 2026
    Add A Comment

    Comments are closed.

    Tweets by InfoAltcoinvest

    Top Posts

    How to Block Soft and Hard Match in Microsoft Entra ID

    April 7, 2026

    How to connect to Microsoft 365 with Microsoft Graph PowerShell

    March 27, 2026

    February 2026 Exchange Server Security Updates

    March 5, 2026

    Bitwise Says Global Conflict Could Expand Bitcoin Market Beyond Gold: Is That Plausible?

    April 15, 2026

    TRUMP Coin Whales Reach 5-Month High Ahead Gala Luncheon For Top Token Holders

    March 17, 2026

    PI is available for trading!

    March 13, 2026

    CME Group Weighs Issuing Proprietary Token for Collateral and Margin

    February 5, 2026

    Altcoinvest is a leading platform dedicated to providing the latest news and insights on the dynamic world of cryptocurrencies.

    We're social. Connect with us:

    Facebook X (Twitter)
    Top Insights

    50,640 People Affected After Hackers Hit Healthcare Firm, Stealing Personal, Financial and Medical Data

    April 18, 2026

    Kelp DAO exploited for $292 million with wrapped ether stranded across 20 chains

    April 18, 2026

    Ethereum Signals Major Reversal – $2,900 Target Back In Focus

    April 18, 2026
    Get Informed

    Subscribe to Updates

    Get the latest creative news from FooBar about art, design and business.


    Facebook X (Twitter)
    • Home
    • About us
    • Contact Us
    • Privacy Policy
    • Terms & Conditions
    © 2026 altcoinvest.com

    Type above and press Enter to search. Press Esc to cancel.