Time Server Migration/Setup

Check all pastes for bad quotes!

First:

Old server

w32tm /config /syncfromflags:domhier /reliable:no /update
net stop w32time & net start w32time

Then:

New server

w32tm /config /manualpeerlist:”0.pool.ntp.org 1.pool.ntp.org 2.pool.ntp.org 3.pool.ntp.org” /syncfromflags:manual /reliable:yes /update
net stop w32time & net start w32time

w32tm /query /configuration
w32tm /query /source
w32tm /query /peers
w32tm /query /status

Back to Top