Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- I wrote this script today because my servers got out of time sync with each other. Hypervisor clock creep. If you need to do an emergancy sync on all your 2008 based servers, here's the script:
- w32tm /config /syncfromflags:manual /manualpeerlist:tick.uh.edu
- w32tm /config /update
- w32tm /resync
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement