From a64bc895ce0b77a579bf65fa120dc5974cc01016 Mon Sep 17 00:00:00 2001 From: Brian Reid <31985319+brianreidc7@users.noreply.github.com> Date: Thu, 30 Apr 2026 14:49:35 +0100 Subject: [PATCH] Fix ADSyncConfig module path in documentation Updated the file path for the ADSyncConfig PowerShell module to reflect the correct location for Microsoft Azure Active Directory Connect. --- .../connect/how-to-connect-configure-ad-ds-connector-account.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/identity/hybrid/connect/how-to-connect-configure-ad-ds-connector-account.md b/docs/identity/hybrid/connect/how-to-connect-configure-ad-ds-connector-account.md index f4a344a72f1..efd1b0c94d2 100644 --- a/docs/identity/hybrid/connect/how-to-connect-configure-ad-ds-connector-account.md +++ b/docs/identity/hybrid/connect/how-to-connect-configure-ad-ds-connector-account.md @@ -41,7 +41,7 @@ Install-WindowsFeature "RSAT-AD-Tools" ![Configure](media/how-to-connect-configure-ad-ds-connector-account/configure2.png) >[!NOTE] ->You can also copy the file **C:\Program Files\Microsoft Entra Connect\AdSyncConfig\ADSyncConfig.psm1** to a Domain Controller which already has RSAT for AD DS installed and use this PowerShell module from there. Be aware that some of the cmdlets can only be run on the computer that is hosting Microsoft Entra Connect. +>You can also copy the file **C:\Program Files\Microsoft Azure Active Directory Connect\AdSyncConfig\ADSyncConfig.psm1** to a Domain Controller which already has RSAT for AD DS installed and use this PowerShell module from there. Be aware that some of the cmdlets can only be run on the computer that is hosting Microsoft Entra Connect. To start using the ADSyncConfig you need to load the module in a Windows PowerShell window: