Azure AD Connect is a tool that integrates your on-premises directories, such as Active Directory, with Azure Active Directory (Azure AD). It allows you to synchronize and manage identities, enabling users to use the same credentials to access resources both on-premises and in the cloud (like Office 365). It also supports features like password hash synchronization, pass-through authentication, and federation.

Lets see how we can find the available version of our Azure – Entra AD Connect. Bellow we are going to see a few methods about it:

Via Azure – Entra Portal

1)Login to https://entra.microsoft.com/

2)Go to Show More – Hybrid Management – Microsoft Entra Connect

3) Select Connect Sync – Entra Connect Health

4) Now Go to Sync Services – and press the Service Name in the center of the screen you will see the image bellow. Select the ‘AD-CONNECT’ or in your case the server with the given name.

5) On the next Screen Select Properties ->

6)Select Synchronization

And now you can see all the available information

From Server Side – Powershell

1)Run powershell as admin and type the commands bellow. The Second command beaware is in one line !

2) Import-Module ADSync
3)(Get-ADSyncGlobalSettingsParameter | Where-Object { $_.Name -eq 'Microsoft.Synchronize.ServerConfigurationVersion'}).Value