Skip to main content

Windows Time Sync - Quick Commands

Sync to Domain

To configure a Windows computer to sync to the domain, use the following command:

w32tm /config /syncfromflags:domhier /update

Sync to NTP Server

To configure a Windows computer to sync to a single NTP server, use the following command:

w32tm /config /manualpeerlist:[server],0x8 /syncfromflags:MANUAL /update

Diagnostics

To view a stripchart of the time offset from a specific NTP server, use the following command:

w32tm /stripchart /computer:<ntpserver>