How to change the NTP (time server) used with Windows Server 2008 or 2012


To configure a Windows Server to sync with an outside / public time server:

 

1) Open a command prompt as administrator

2) Type in this command: w32tm /config /manualpeerlist:"0.pool.ntp.org 1.pool.ntp.org" /syncfromflags:MANUAL

3) Stop and restart the "Windows Time" service.  This can be done from Services.msc or the command line with:

NOTE: it will take a minute for the server to go and resync and update the clock.  To check status, look in Event Viewer under the System section.

To display the current configuration, run this command: w32tm /query /configuration.  Then look under the section [TimeProviders] and make sure the new servers are listed.
. 



Article ID: 151
Created: August 26, 2014
Last Updated: August 26, 2014
Author: Natural Networks NOC [support@naturalnetworks.com]

Online URL: https://kb.naturalnetworks.com/article.php?id=151