Skip to content

Instantly share code, notes, and snippets.

@suuhm
Last active July 8, 2021 17:50
Show Gist options
  • Save suuhm/dd80e852db8f71e4e9ba5d691e60d96b to your computer and use it in GitHub Desktop.
Save suuhm/dd80e852db8f71e4e9ba5d691e60d96b to your computer and use it in GitHub Desktop.
Azure AD Auto synchronisation on startup - AD365
Write-Host "Starting Sync on Prem"
net stop AdSync
net start AdSync
#@ping 127.0.0.1 -n2 >nul
sleep 2
Start-ADSyncSyncCycle -PolicyType Initial
Write-Host "Done"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment