This page collects frequently used command sequences.

Verify a computer

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

Return a domain member to the hierarchy

w32tm /config /syncfromflags:domhier /reliable:no /update
w32tm /resync /rediscover

Configure a standalone server

w32tm /config /manualpeerlist:"0.uk.pool.ntp.org,0x8 1.uk.pool.ntp.org,0x8" /syncfromflags:manual /update
w32tm /resync

Test an NTP server

w32tm /stripchart /computer:time.example.com /samples:5 /dataonly

Compare domain controllers

w32tm /monitor

Related information