Import ADSyncTools module
In brief
The existing-tenant installation documentation now instructs administrators to import the ADSyncTools module with a minimum version of 2.5.
What Entra admins need to know
Administrators following the guide should use the added Import-Module command before proceeding.
This editorial summary was generated by AI from the documentation changes. Verify important details in the full Microsoft Learn article.
Documentation change
The comparison below shows only the changed extract. Use the full-page view for complete context.
Alternatively, to clear onPremisesObjectIdentifier with ADSyncTools version 2.5.0 or later, run the following commands:
# Import ADSyncTools module
Import-Module ADSyncTools -MinimumVersion 2.5
# Provide the user's identity.
$userId = "<userId>"
@@ -179,6 +179,9 @@ This PATCH request requires the `User-OnPremisesSyncBehavior.ReadWrite.All` Micr Alternatively, to clear `onPremisesObjectIdentifier` with ADSyncTools version 2.5.0 or later, run the following commands: ```powershell+# Import ADSyncTools module+Import-Module ADSyncTools -MinimumVersion 2.5+ # Provide the user's identity. $userId = "<userId>" 