Setup NTP time sync windows server 2016

This forum is intended as a repository for technical solutions to issues found in small / medium size businesses.

This forum isn't intended to be a place of technical discussion.

Users are permitted to post solutions to problems they have encountered. Users must include a link to source material they have used
Post Reply
admin
Site Admin
Posts: 15
Joined: Tue Apr 05, 2011 12:19 pm

Setup NTP time sync windows server 2016

Post by admin »

Add NTP server

w32tm /config /manualpeerlist:"0.uk.pool.ntp.org" /syncfromflags:manual /reliable:yes /update



Restart the time service

net stop w32time
net start w32time


Resync the time

w32tm /resync


Verify your sync status

w32tm /query /status
Post Reply