Saturday 6 June 2009

Configure Internet Time

being in the UK, i'm chosing uk.pool.ntp.org to sync from.

here are the commands I ran on my domain controller...


w32tm /config /manualpeerlist:"uk.pool.ntp.org,0x8" /syncfromflags:MANUAL

net stop w32time

net start w32time

w32tm /config /update


and i put this in a batch file to run on new vms...

gpupdate /force
w32tm /config /syncfromflags:manual
w32tm /resync /rediscover
pause

No comments: