Windows and NTP
9:11 AM
To sync a Window server's time, you may configure the following:
net time /setsntp:NTP_Server_IP_Address
net time /set
w32tm /resync /rediscover
Windows 2003 Servers
w32tm /config /syncfromflags:manual /manualpeerlist:NTP_Server_IP_Address /updatenet time /setsntp:NTP_Server_IP_Address
net time /set
Windows 2008 Servers
w32tm /config /syncfromflags:manual /manualpeerlist:NTP_Server_IP_Address /updatew32tm /resync /rediscover
0 comments