Skip to content

Instantly share code, notes, and snippets.

@tillig
Created July 26, 2016 17:30
Show Gist options
  • Save tillig/7e73b6fcacfb2af914056936fcc6026f to your computer and use it in GitHub Desktop.
Save tillig/7e73b6fcacfb2af914056936fcc6026f to your computer and use it in GitHub Desktop.
Force an Azure AD Connect delta synchronization
# Run this as administrator
Import-Module ADSync
Start-ADSyncSyncCycle -PolicyType Delta
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment