Wednesday, 27 July 2011

Server 2008 Time Sync

Had an issue with my Domain controller not updating its timne correctly from the internet.

Just ran the following commands:

w32tm /config /syncfromflags:MANUAL /manualpeerlist:uk.pool.ntp.org
w32tm /config /update
w32tm /resync


That worked for me.

Another usefull command is:
w32tm /stripchart /computer:timeserver /samples:5 /dataonly

This will identify the time difference between the local pc and the "timeserver"