On the PDC, check what your current timesync source is:
w32tm /query /source
w32tm /query /peers
w32tm /query /status
w32tm /query /configuration
net stop w32time
net start w32time
To Configure external NTP peers:
w32tm /config /update /manualpeerlist:”0.pool.ntp.org,0x8 1.pool.ntp.org,0x8 2.pool.ntp.org,0x8 3.pool.ntp.org,0x8″ /syncfromflags:manual /reliable:yes
Start and Stop:
net stop w32time
net start w32time
To Force Resync:
w32tm /resync /rediscover
Comments are closed