Page 1 of 1

Setup NTP time sync windows server 2016

Posted: Tue Jun 15, 2021 2:55 pm
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