Skip to content

TechDirectArchive

Hands-on IT, Cloud, Security, Veeam & DevOps

  • Home
  • About
  • Advertise With US
  • Reviews
  • Contact
  • Toggle search form

Upgrading Azure AD Connect to Microsoft Entra Connect Sync

Posted on 21/06/202623/06/2026 Link State By Link State No Comments on Upgrading Azure AD Connect to Microsoft Entra Connect Sync
  1. Home
  2. AWS/Azure/OpenShift
  3. Upgrading Azure AD Connect to Microsoft Entra Connect Sync
Infographic titled 'Step-by-Step Guide to Upgrading Azure AD Connect to Microsoft Entra Connect Sync', with icons for Azure AD Connect and Microsoft Entra Connect Sync, a progress bar at 75%, and numbered steps: Prepare, Backup, Upgrade, Configure, Verify, emphasizing improvements in security and performance.

In this guide, we shall discuss “Upgrading Azure AD Connect to Microsoft Entra Connect Sync”. Keeping your identity infrastructure up to date is essential for ensuring security, performance, and compatibility with Microsoft cloud services. Microsoft Entra Connect Sync (formerly Azure AD Connect) continues to evolve with new features, improvements, and deprecations that require administrators to regularly update their environments.Please, see How to uninstall and upgrade ADK, WinPE, and MDT, and Various Msiexec.exe Command Line Switches.

This guide provides a clear and practical overview of the steps required to upgrade Azure AD Connect to a newer version, helping you ensure a smooth transition with minimal impact on your synchronization services.

Whether you are planning a routine upgrade or moving to a more recent release such as version 2.4.18, this document will support you through the process with best practices and key considerations. Please see “Hardening update to Microsoft Entra Connect Sync AD FS and PingFederate configuration“.

You can download the Microsoft Entra Connect from Official Microsoft Download Center. Backup (Export Configuration Settings (Recommended)). You can export all your sync rules and server settings directly from the application.

Migrate Azure AD CONNECT to a new Server

To do this, open the Microsoft Entra Connect application. Go to the Configure tab and select View or export current configuration.

  1. Click the Export Settings button.
  2. Save the .json file to a secure, off-server location (such as an encrypted network share).

From version 2.3.20.0 onwards, the auto-update feature is available; we will install the latest version 2.4.129.0.

Screenshot of installed applications related to Microsoft Azure AD Connect, displaying the name, publisher, installation date, size, and version of each application.

Check Microsoft Entra Connect version

(Get-ADSyncGlobalSettingsParameter | Where-Object { $_.Name -eq 'Microsoft.Synchronize.ServerConfigurationVersion' }).Value
PowerShell command line interface showing a command to get Active Directory Synchronization Global Settings with a filter for the Microsoft Synchronization Server Configuration Version.

Check Sync prima di upgrade

Icon representing Synchronization Service with a blue diamond shape and interconnected nodes.
Screenshot of the Synchronization Service Manager in AD Connect showing connector operations, statuses, and timestamps for export and synchronization processes.

Please see Deploying Next.Js App Using Heroku Cloud Application Platform, how to Configure Object First OOTBI Appliance, PCI Driver Error: Connection to Deployment Share could not be made, and Steps to Fix the “Invalid OS GUID” Error in MDT.

Find Microsoft Entra Connect server

Please use this URL to access Entra ID: https://entra.microsoft.com

Screenshot of the Microsoft Entra Connect Health interface displaying sync services status and details. The service 'microsoft.com' is highlighted with a status of 'Healthy' along with the last update timestamp.

Verify the prerequisites on the AD Connect server where the upgrade needs to be performed.
Prerequisites are met on the AD Connect server.

Notification banner for upgrading to the latest version, promoting the installation of Microsoft Entra Connect and highlighting important minimum requirements like .NET 4.7.2 and TLS 1.2.

Questo comando verifica la versione del .NET Framework 4.x installata sul server (requisito importante per Azure AD Connect).

(Get-ItemProperty "HKLM:\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Full").Release
PowerShell script displaying .NET Framework installation details and its version number.

Also check in the Windows registry

Registry entry for Microsoft .NET Framework showing various version details, including install path and target version.
$Release = (Get-ItemProperty 'HKLM:\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Full').Release
switch ($Release) {
{$_ -ge 528040} {"Versione 4.8 o superiore"}
{$_ -ge 461808} {"Versione 4.7.2"}
{$_ -ge 461308} {"Versione 4.7.1"}
{$_ -ge 460798} {"Versione 4.7"}
Default {"Versione inferiore a 4.7"}
}
Screenshot of a PowerShell terminal displaying .NET Framework version information, specifically showing version 4.7.2 highlighted in red, with other related versions listed.
Table displaying .NET Framework versions and their corresponding release values, highlighting version 4.7.2 with release values of 461808 and 461814.

1. Verify Prerequisites

Before upgrading, make sure the server meets the following requirements:

  • Supported operating system: Windows Server 2016 or later
  • .NET Framework 4.7.2 or later installed
  • TLS 1.2 enabled (you can verify it using the following PowerShell command):
[Net.ServicePointManager]::SecurityProtocol
PowerShell interface displaying commands to set security protocols TLS 1.0, TLS 1.1, and TLS 1.2.

If TLS 1.2 is not enabled, run the following commands:

Set-ItemProperty -Path 'HKLM:\SOFTWARE\Microsoft\.NETFramework\v4.0.30319' -Name 'SchUseStrongCrypto' -Value 1 -Type DWord
Set-ItemProperty -Path 'HKLM:\SOFTWARE\Wow6432Node\Microsoft\.NETFramework\v4.0.30319' -Name 'SchUseStrongCrypto' -Value 1 -Type DWord

2. Download the latest version of Azure AD Connect

Download the latest version from Microsoft: Download Microsoft Entra Connect

Screenshot of the properties window for the AzureADConnect installer version 2.4.131.0, displaying details such as title, subject, author, and file information.

Please, see how to install Endpoint Configuration Manager on HyperV VM, “Windows PE working for Windows 11 and Windows Server 2022“, and “how to check the version of Windows ADK”.

3. Perform an in-place upgrade

Open the downloaded AzureADConnect.msi file.

Screenshot of a file named AzureADConnect_2.4.131.0.msi with an 'Install' button.
Upgrade prompt for Microsoft Entra Connect Sync, indicating that an older version will be upgraded and synchronization will be paused until completion.

Follow the instructions in the setup wizard.

Screenshot of the Microsoft Entra Connect Sync upgrade interface, showing the upgrade process for an older version of the software, with a progress bar and instructions regarding synchronization settings.
Microsoft Entra Connect Sync interface with a prompt to connect to Microsoft Entra ID, highlighting the username field for input.

The window for authentication to the Azure tenant opens.

Login screen for Microsoft Entra Connect Sync, featuring fields for username and connection progress.
Screenshot of a Microsoft Entra Connect Sync interface, showing a login panel with fields for username and password for connecting to Microsoft Online.

The “Ready to configure” screen confirms that the system is prepared to apply the upgrade. When you click Upgrade, the wizard will:

  • Upgrade the Microsoft Entra Connect Sync configuration
  • Enable Auto Upgrade, allowing the system to stay updated automatically in the future

In addition, the highlighted option:

  •  “Start the synchronization process when configuration completes”
    ensures that directory synchronization will automatically resume once the upgrade process finishes.

 At the bottom right, clicking the Upgrade button will start the upgrade process.

Screenshot of the Microsoft Entra Connect Sync configuration page, indicating that users can upgrade the sync configuration, enable auto upgrade, and start the synchronization process after completing the configuration.
Configuration window for Microsoft Entra Connect Sync displaying a progress bar and update information.
Screenshot of the Microsoft Entra Connect Sync configuration completion screen, indicating a successful upgrade from Azure Active Directory Sync and suggesting updates for Microsoft Entra ID trust.

Please see Faulting SecHealthUI: Resolve Windows Defender Notification, how to Update Your AMD Radeon Display Adapter Driver, and how to update Proxmox VE to the latest version 9.2.3 today.

4. Verify the version after the upgrade

After the upgrade, open Azure AD Connect and verify that the installed version is 2.4.18.0 or later.

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

Ensure that the returned value matches the expected upgraded version (for example, 2.4.x.x). Or from GUI

Icon for Synchronization Service featuring a cloud and server graphic with a refresh symbol.
Screenshot of Microsoft Entra Azure AD Connect Sync showing the synchronization service manager with export status details and version information.
Screenshot of Microsoft Entra Connect Health, displaying the Sync services section with details about a specific service and its health status.
Screenshot of Microsoft Entra Connect Health dashboard showing Sync services with list of Active Directory Federation Services and service status.

5. Enable Auto Upgrade (optional)

To avoid manual updates in the future:

  • Open PowerShell as Administrator and run:
Set-ADSyncAutoUpgrade Enabled

Conclusion

Upgrading Azure AD Connect is essential to maintain compatibility and receive the latest security updates. If you have any questions or encounter issues, you can refer to the official Microsoft documentation:

I hope you found this guide on “Azure – Step-by-Step Guide to Upgrading Azure AD Connect to Microsoft Entra Connect Sync” very useful. Please feel free to leave a comment below.

5/5 - (1 vote)

Thank you for reading this post. Kindly share it with others.

  • Share on X (Opens in new window) X
  • Share on Reddit (Opens in new window) Reddit
  • Share on LinkedIn (Opens in new window) LinkedIn
  • Share on Facebook (Opens in new window) Facebook
  • Share on Pinterest (Opens in new window) Pinterest
  • Share on Tumblr (Opens in new window) Tumblr
  • Share on Telegram (Opens in new window) Telegram
  • Share on WhatsApp (Opens in new window) WhatsApp
  • Share on Mastodon (Opens in new window) Mastodon
  • Share on Bluesky (Opens in new window) Bluesky
  • Share on Threads (Opens in new window) Threads
  • Share on Nextdoor (Opens in new window) Nextdoor
AWS/Azure/OpenShift Tags:Azure AD Connect latest version, Azure AD Connect migration, Azure AD Connect replacement, Entra Connect Sync installation guide, Entra ID, Entra ID (Azure AD), Entra ID Tenant, EntraID, hybrid identity synchronization, Microsoft Entra Connect Sync deployment, Microsoft Entra Connect Sync upgrade, Microsoft Entra ID, Microsoft Entra ID synchronization, migrate Azure AD Connect to Entra Connect Sync, sync on-premises AD with Entra ID, upgrade Microsoft Entra Connect Sync step by step, Upgrading Azure AD Connect to Microsoft Entra Connect Sync

Post navigation

Previous Post: PCI Driver Error: Connection to Deployment Share could not be made
Next Post: Disaster Recovery Test Checklist: What to Capture Before You Start

Related Posts

  • Azure DevOps Server
    How to Install Azure DevOps Server 2022 Automation
  • azure file share feature image
    Deploy Legacy App to Azure Fileshare AWS/Azure/OpenShift
  • Screenshot 2022 03 20 at 21.08.50
    How to integrate AWS CodeBuild and AWS CodeCommit to SonarCloud AWS/Azure/OpenShift
  • Azure File Sync
    Azure File Sync : How to enable Self-Service restore AWS/Azure/OpenShift
  • image 73
    How to manage and use Amazon S3 access points using the AWS Management Console AWS/Azure/OpenShift
  • article 1280x720.192a2586 1
    How to apply Windows Updates from WSUS to AWS Instances AWS/Azure/OpenShift

More Related Articles

Azure DevOps Server How to Install Azure DevOps Server 2022 Automation
azure file share feature image Deploy Legacy App to Azure Fileshare AWS/Azure/OpenShift
Screenshot 2022 03 20 at 21.08.50 How to integrate AWS CodeBuild and AWS CodeCommit to SonarCloud AWS/Azure/OpenShift
Azure File Sync Azure File Sync : How to enable Self-Service restore AWS/Azure/OpenShift
image 73 How to manage and use Amazon S3 access points using the AWS Management Console AWS/Azure/OpenShift
article 1280x720.192a2586 1 How to apply Windows Updates from WSUS to AWS Instances AWS/Azure/OpenShift

Leave a Reply Cancel reply

You must be logged in to post a comment.

Microsoft MVP

VEEAMLEGEND

vexpert-badge-stars-5

Virtual Background

GoogleNews

Categories

veeaam100

Veeam Vanguard

  • How to stop remove and manage docker container
    Stopping, Removing and Naming Docker Container Containers
  • BitRecDelegation
    Delegate control for BitLocker recovery keys in Active Directory Windows
  • Enable autologon and autostart for user session
    Enable Autologon and Autostart for user session Windows
  • windows 10 keyboard shortcut 1024x512 1
    How to create a Desktop shortcut in Windows Windows
  • VM Failed To Start On Hyper V
    Fix an error occurred while attempting to start selected VM on Hyper-V Virtualization
  • Key distribution center
    Perform Key Distribution Center Service [krbtgt] Password reset Windows
  • macrestart
    How to Enable or Prevent Reopen Windows when logging back in after Restart or Shutdown on Mac Mac
  • 1 kajkbmlyehn0inifwrh 8w 1
    What to note when settings up Ansible to work with Kerberos Configuration Management Tool

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 1,784 other subscribers
  • RSS - Posts
  • RSS - Comments
  • About
  • Authors
  • Write for us
  • Advertise with us
  • General Terms and Conditions
  • Privacy policy
  • Feedly
  • Telegram
  • Youtube
  • Facebook
  • Instagram
  • LinkedIn
  • Tumblr
  • Pinterest
  • Twitter
  • mastodon

Tags

Active Directory Azure Bitlocker Microsoft Windows PowerShell WDS Windows 10 Windows 11 Windows Deployment Services Windows Server 2016

Copyright © 2025 TechDirectArchive

Loading Comments...

You must be logged in to post a comment.