Skip to content

Instantly share code, notes, and snippets.

@zippyy
Last active January 19, 2022 14:20
Show Gist options
  • Select an option

  • Save zippyy/940704c60de115942f964af363ce70cd to your computer and use it in GitHub Desktop.

Select an option

Save zippyy/940704c60de115942f964af363ce70cd to your computer and use it in GitHub Desktop.
@echo off
echo Starting AD Sync (Delta)...
powershell.exe -ex bypass -command "ipmo adsync;Start-ADSyncSyncCycle delta;"
echo Finished script execution.
pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment