Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
windows:ntp [2026/05/19 19:58] chriswindows:ntp [2026/05/19 20:03] (current) chris
Line 1: Line 1:
 ====== Configure Network Time Protocol (NTP) ====== ====== Configure Network Time Protocol (NTP) ======
 +From NTP Server:
 <code> <code>
-w32tm /config /manualpeerlist:<server>,0x8 /syncfromflags:MANUAL /update+w32tm /config /manualpeerlist:"<server1>,0x8 <server2>,0x8" /syncfromflags:manual /update
 </code> </code>
 +
 +From Domain Hierarchy:
 +<code>
 +w32tm /config /syncfromflags:domhier /update
 +</code>
 +
 +----
 +[[https://kb.meinbergglobal.com/kb/time_sync/timekeeping_on_windows/configuring_w32time_as_ntp_client?s[]=windows&s[]=ntp|Expert Source]]
 +
 +