Difference between revisions of "Time"

From Max's Wiki
Jump to navigation Jump to search
Line 3: Line 3:
 
[https://technet.microsoft.com/en-us/library/bb491016.aspx W32TM CLI Commands on TechNet]
 
[https://technet.microsoft.com/en-us/library/bb491016.aspx W32TM CLI Commands on TechNet]
  
===Computer Not Syncing With Time Server?==
+
==What "Time Server" am I using?==
 +
* w32tm /query /source
 +
===Computer using "Free Running System Clock"?===
 +
* \\%SERVER% /set /y (Set to server | Set time | Yes)
 +
 
 +
==Computer Not Syncing With Time Server?==
 
* w32tm /resync or w32tm /resync /force
 
* w32tm /resync or w32tm /resync /force
 +
* Restart time service: net stop w32time && net start w32time
  
 
==Local W32TM Server Setup/Commands==
 
==Local W32TM Server Setup/Commands==
 +
==Set DC as Server==
 +
* [http://serverfault.com/questions/451204/how-to-change-time-source-from-local-cmos-clock-to-dc ServerFault User Commands]
 +
 
===Registry Setting===
 
===Registry Setting===
 
* HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Parameters key needs a value like this: 0.north-america.pool.ntp.org,0x1 1.north-america.pool.ntp.org,0x1
 
* HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Parameters key needs a value like this: 0.north-america.pool.ntp.org,0x1 1.north-america.pool.ntp.org,0x1
 +
* Reload ''Time Server'' with: w32tm /config /update

Revision as of 06:26, 17 November 2016

W32TM

W32TM CLI Commands on TechNet

What "Time Server" am I using?

  • w32tm /query /source

Computer using "Free Running System Clock"?

  • \\%SERVER% /set /y (Set to server | Set time | Yes)

Computer Not Syncing With Time Server?

  • w32tm /resync or w32tm /resync /force
  • Restart time service: net stop w32time && net start w32time

Local W32TM Server Setup/Commands

Set DC as Server

Registry Setting

  • HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Parameters key needs a value like this: 0.north-america.pool.ntp.org,0x1 1.north-america.pool.ntp.org,0x1
  • Reload Time Server with: w32tm /config /update