Right now in Windows Server 2008 R2
I have ran this in the Administrator: Command Prompt.
w32tm /config /manualpeerlist:bigben.cac.washington.edu /syncfromflags:MANUAL
net stop w32time & net start w32time
w32tm /resync
This works great and it resyncs with the current clock for bigben.cac.washington.edu
but I don't want to have to do this manually if the time decides to change again. I would like to find a way to update to this time server automatically and on a regular basis. Would I have to write up a batch file with the above commands?