How to find Azure AD Connect version

In this comprehensive article, I’ll walk you through 5 simple methods to check your Azure AD Connect version.

How to find Azure AD Connect version

Before diving into the methods, let’s understand why identifying your Azure AD Connect version is crucial:

  1. Security patching: Microsoft regularly releases updates that address security vulnerabilities
  2. Bug fixes: Newer versions resolve synchronization issues that could impact the user experience
  3. Feature availability: Access to the latest features requires running the current versions
  4. Support eligibility: Microsoft may not support extremely outdated versions
  5. Compliance requirements: Many regulatory frameworks require running updated software versions

Now, let’s explore the various methods to check your Azure AD Connect version.

Approach 1: Using the Programs and Features Control Panel

To find Azure AD Connect version, follow the steps below

  1. From the start menu, search for the Control Panel
  2. Now, click on the Programs link
  3. Then click on the Uninstall a Program link
  4. The complete path will be (Control Panel\Programs\Programs and Features). Here, you can search for Azure AD Connect and check for the version number in the last column.

Approach 2: Using PowerShell

Using the PowerShell cmdlet, you can also check the version number of your Azure Connect AD installed on your machine. Below is the Powershell cmdlet.

(Get-ADSyncGlobalSettings).Parameters | select Name,Value

After executing the above query, I got the expected output as shown in the screenshot below.

how to check version of azure ad connect

Approach 3: Using the Installation Wizard

If you prefer a graphical interface but want more details than the Control Panel provides, you can use the Azure AD Connect wizard itself.

Steps:

  1. Log in to your Azure AD Connect server
  2. Launch the Azure AD Connect application from the Start menu
  3. The version number is displayed at the top of the welcome screen

Approach 4: Using Microsoft Entra Admin Center (Formerly Azure AD Portal)

Microsoft now provides a way to check your Azure AD Connect version directly from the Microsoft Entra admin center (previously known as the Azure AD portal). This method is beneficial for administrators who don’t have direct access to the server.

Steps:

  1. Sign in to the Microsoft Entra admin center
  2. Navigate to “Azure AD Connect”
  3. Look for the “Azure AD Connect sync” section
  4. The current version should be displayed in the overview information

Approach 5: Using the Synchronization Service Manager

For those who regularly work with Azure AD Connect’s more advanced features, the Synchronization Service Manager offers an alternative method to check the version.

Steps:

  1. On the Azure AD Connect server, open “Synchronization Service Manager” (typically found in the Start menu under Microsoft Azure AD Connect)
  2. The version information is displayed in the title bar of the application window

This method is particularly useful when you’re already using the Synchronization Service Manager for other tasks, such as troubleshooting sync rules or managing connectors.

Conclusion:

Knowing your Azure AD Connect version is the first step in maintaining a healthy hybrid identity environment. With the approaches I’ve mentioned in this article, you can easily check your current version.

Remember that Azure AD Connect is the bridge between your on-premises Active Directory and Microsoft’s cloud services. Keeping this bridge well-maintained ensures the smooth flow of identity information.

You may also like the following articles below

Azure Virtual Machine

DOWNLOAD FREE AZURE VIRTUAL MACHINE PDF

Download our free 25+ page Azure Virtual Machine guide and master cloud deployment today!