Configure Windows Server to external NTP Time Source

Reference:

Reset config
w32tm /config /update

Set NTP


w32tm.exe /config /syncfromflags:manual /manualpeerlist:0.pool.ntp.org,0x8 /reliable:yes /update

0x8 --> as client mode

w32tm.exe /config /update



w32tm /resync /rediscover
Net stop w32time
Net start w32time

Comments

Popular Posts