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 23: Line 23:
w32tm /config /manualpeerlist:<peers> /syncfromflags:manual /reliable:yes /update
w32tm /config /manualpeerlist:<peers> /syncfromflags:manual /reliable:yes /update


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 Technet - Configure the Time Source for the Forest]


http://blogs.technet.com/b/nepapfe/archive/2013/03/01/it-s-simple-time-configuration-in-active-directory.aspx
[http://blogs.technet.com/b/nepapfe/archive/2013/03/01/it-s-simple-time-configuration-in-active-directory.aspx%5D%5D Blog - “It’s Simple!” – Time Configuration in Active Directory]

Revision as of 12:19, 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

Technet - Configure the Time Source for the Forest

Blog - “It’s Simple!” – Time Configuration in Active Directory