Home Exchange Cumulative Updates Check
Post
Cancel

Exchange Cumulative Updates Check

Table of Contents

In this post, we will look at the different ways to determine the version information of the Exchange server.

Exchange 2003

  1. Start the Microsoft Exchange Administrator program
  2. In the navigation pane, expand the objects until you locate the server object
  3. Right-click the server object, and then click Properties

Exchange 2007/2010

  1. Using the Exchange Management console
    1. Start the Microsoft Exchange Management console
    2. In the navigation pane, expand the Server Configuration objects until you locate the server object, and then select the server object
    3. On the right side, notice the Exchange version number
  2. Using Exchange Management Shell
    1. Start the Microsoft Exchange Management Shell
    2. Run the following command at the command line:
      1
      
       Get-ExchangeServer | Format-List Name,AdminDisplayVersion
      

      Exchange 2013, 2016 & 2019

  3. Using the Exchange Admin Center
    1. Login to the Exchange Admin Center
    2. Click on Server Exchange 2013, 2016 & 2019 Admin Center
  4. Start the Microsoft Exchange Management Shell
    1. Run the following command at the command line:
      1
      
       Get-ExchangeServer | Format-List Name,AdminDisplayVersion
      

      Exchange 2013, 2016 & 2019 Exchange Managment Shell

https://docs.microsoft.com/en-us/exchange/new-features/build-numbers-and-release-dates
https://docs.microsoft.com/en-us/powershell/module/exchange/get-exchangeserver?view=exchange-ps
This post is licensed under CC BY-SA 4.0 by David Marker