Last active
January 19, 2022 14:20
-
-
Save zippyy/940704c60de115942f964af363ce70cd to your computer and use it in GitHub Desktop.
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
| @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