Fix ADSyncConfig module path in documentation#1961
Fix ADSyncConfig module path in documentation#1961brianreidc7 wants to merge 1 commit intoMicrosoftDocs:mainfrom
Conversation
Updated the file path for the ADSyncConfig PowerShell module to reflect the correct location for Microsoft Azure Active Directory Connect.
|
Learn Build status updates of commit a64bc89: ✅ Validation status: passed
For more details, please refer to the build report. |
|
Can you review the proposed changes? IMPORTANT: When the changes are ready for publication, adding a #label:"aq-pr-triaged" |
There was a problem hiding this comment.
Pull request overview
Updates documentation to reference the correct on-disk location of the ADSyncConfig.psm1 module when using Microsoft Entra Connect.
Changes:
- Corrected the
ADSyncConfig.psm1module file path in a NOTE callout to match the defaultMicrosoft Azure Active Directory Connectinstallation folder.
|
|
||
| >[!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. |
There was a problem hiding this comment.
There’s a double space between sentences ("there." "Be aware") and the sentence reads a bit awkwardly ("to a Domain Controller which"). Consider using a single space after the period and rephrasing to "domain controller that already has RSAT for AD DS installed" for grammar/readability.
| >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. | |
| >You can also copy the file **C:\Program Files\Microsoft Azure Active Directory Connect\AdSyncConfig\ADSyncConfig.psm1** to a domain controller that 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. |
Updated the file path for the ADSyncConfig PowerShell module to reflect the correct location for Microsoft Azure Active Directory Connect.