I agree with rsutoratosu that using the resources in pool.ntp.org is a god idea. I have found that w32tm will work although sometimes I have to run it a couple of times. Remember to run it from an elevated command window - even if you are logged in as the domain admin.
Execute the following (all on one line, natch):
w32tm /config /syncfromflags:manual /manualpeerlist:0.pool.ntp.org,1.pool.ntp.org,2.poo l.ntp.org,3.pool.ntp.org
Stop then restart Windows Time Service
net stop W32Time
net start W32Time
Verify:
w32tm /query /status
When successful the Stratum should be set to 2 or 3 (can't remember which) and the source set to:
0.pool.ntp.org,1.pool.ntp.org,2.pool.ntp.org,3.poo l.ntp.org
Also ensure the time service is able to reliably contact one of the time servers using the command:
w32tm /stripchart /computer:0.pool.ntp.org
|