Provide the user's identity.
In brief
The documentation no longer includes the “Import ADSyncTools module” heading and `Import-Module ADSyncTools` command.
What Entra admins need to know
Administrators using this guide will not see that module-import step. The diff provides no evidence of a product change or new requirement.
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
# Provide the user's identity.
$userId = "<userId>"
@@ -179,9 +179,6 @@ 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- # Provide the user's identity. $userId = "<userId>" 