Configuring Windows Server 2012 NTP
1) Execute these commands from an elevated Command Prompt
-
net stop w32tm
-
w32tm /config /manualpeerlist:"0.uk.pool.ntp.org,1.uk.pool.ntp.org" /syncfromflags:MANUAL
- net start w32tm
2) Once complete, use this command to check the result
- w32tm /query /status
3) The screenshot below shows the change from using the server's CMOS clock to the NTP servers