Created
June 17, 2021 09:23
-
-
Save D4R4/6baf0e74db6ba2585fc00203a4acb063 to your computer and use it in GitHub Desktop.
Force manual sync AzureAD sync Delta/Initial
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# open a privileged powershell | |
Import-Module ADSync | |
Get-ADSyncScheduler | |
# delta sync | |
Start-ADSyncSyncCycle -PolicyType Delta | |
# or full sync | |
Start-ADSyncSyncCycle -PolicyType Initial |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment