Configure NTP on Windows Server (Time Server)

A simple command to configure NTP on a Windows Server is:

w32tm /config /manualpeerlist:pool.ntp.org /syncfromflags:MANUAL

sc stop w32time

sc start w32time

 

To add more than one NTP servers:

w32tm /config /manualpeerlist:”0.pool.ntp.org 1.pool.ntp.org” /syncfromflags:MANUAL

 

To check the status of the time service:

w32tm /query /status

 

You can find more NTP peers at: http://www.pool.ntp.org/

Share

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.