Network Time Protocol: Difference between revisions

From WikiWiki
Jump to navigation Jump to search
No edit summary   (change visibility)
No edit summary   (change visibility)
Line 24: Line 24:


http://technet.microsoft.com/en-us/library/cc794937%28v=ws.10%29.aspx
http://technet.microsoft.com/en-us/library/cc794937%28v=ws.10%29.aspx
http://blogs.technet.com/b/nepapfe/archive/2013/03/01/it-s-simple-time-configuration-in-active-directory.aspx

Revision as of 12:16, 25 April 2016

test w32tm /stripchart /computer:ntp.belnet.be /samples:5 /dataonly
set source W32tm /config /manualpeerlist:ntp.belnet.be,0x0 /syncfromflags:manual
check source w32tm /query /source
w32tm /query /peers
w32tm /query /status
That tells the computer to since from the domain hierarchy (DCs) and to update itself. w32tm /config /update /syncfromflags:DOMHIER
w32tm.exe /resync /rediscover
  • be.pool.ntp.org
  • ntp.belnet.be


on PDC

w32tm /config /manualpeerlist:<peers> /syncfromflags:manual /reliable:yes /update

http://technet.microsoft.com/en-us/library/cc794937%28v=ws.10%29.aspx

http://blogs.technet.com/b/nepapfe/archive/2013/03/01/it-s-simple-time-configuration-in-active-directory.aspx