Upgrade Azure AD Connect to Entra Connect Sync

Upgrade Azure AD Connect to Entra Connect Sync

With the upcoming retirement of the MSOnline PowerShell module, Microsoft created a new version of Azure AD Connect, which is now rebranded as Entra Connect Sync.

In this post, I will show step-by-step how to manually upgrade Microsoft Azure AD Connect to Microsoft Entra Connect Sync.

Prerequisites

TLS 1.2

With the new version of Microsoft Entra Connect, TLS 1.2 is now mandatory. We will check if TLS 1.2 is enabled and enable it if needed.

Checking TLS 1.2

If your output looks like the image below, then you are all set.

TLS 1.2 is enabled.

If you get an output that says the value is not found, then you need to enable TLS 1.2.

TLS 1.2 is not enabled.

Enabling TLS 1.2

You will see an output similar to the image below.

Auto Upgrade

Typically, the auto upgrade option for Azure AD Connect helps keep it up to date. However, I’ve seen multiple setups where Azure AD connect was only auto-upgraded to 2.3.6.0, which was released in February of 2024.

An important item about Azure AD Connect and Entra Connect Sync is that not every version is an auto-upgrade release. Version 2.4.129.0 is a version marked as an auto-upgrade release, but I haven’t seen any servers upgrade from 2.3.6.0 to 2.4.129.0, and if you check the event logs. There’s nothing about it, not even trying to auto-upgrade. It’s just radio silence.

Strangely, the auto-upgrade isn’t even triggering on one of the servers I looked at. I know auto upgrades work because that server has completed previous auto upgrades.

Manual Upgrade

Given that the auto-upgrade is not working, we will do a manual in-place upgrade.

Backup

Typically, manual upgrades work without any issues. However, it’s always good to have a backup. We will export our Azure AD Connect settings to a JSON file that we can use to rebuild everything on a new server if needed.

The exported JSON backup file will contain your Domain and OU filtering and sync rules.

Upgrading

Summary

That’s all it takes to manually upgrade from Azure AD Connect to Entra Connect Sync.

If you want to read more about the in-place upgrade process from Azure AD Connect to Microsoft Entra Connect, here is the Microsoft documentation.

Exit mobile version