Skip to content

Instantly share code, notes, and snippets.

@D4R4
Created June 17, 2021 09:23
Show Gist options
  • Save D4R4/6baf0e74db6ba2585fc00203a4acb063 to your computer and use it in GitHub Desktop.
Save D4R4/6baf0e74db6ba2585fc00203a4acb063 to your computer and use it in GitHub Desktop.
Force manual sync AzureAD sync Delta/Initial
# 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