Difference between revisions of "Time"
Jump to navigation
Jump to search
(One intermediate revision by the same user not shown) | |||
Line 6: | Line 6: | ||
w32tm /query /source | w32tm /query /source | ||
− | ==Computer using "Free Running System Clock"?== | + | ==Troubleshooting== |
+ | ===What the domain think's it is=== | ||
+ | Net time /Domain:DOMAINNAMEHERE | ||
+ | |||
+ | ===Computer using "Free Running System Clock"?=== | ||
\\%SERVER% /set /y (Set to server | Set time | Yes) | \\%SERVER% /set /y (Set to server | Set time | Yes) | ||
− | ==Computer Not Syncing With Time Server?== | + | ===Computer Not Syncing With Time Server?=== |
w32tm /resync or w32tm /resync /force | w32tm /resync or w32tm /resync /force | ||
net stop w32time && net start w32time | net stop w32time && net start w32time | ||
− | ==Configure client machine to sync from domain== | + | ===Configure client machine to sync from domain=== |
w32tm /config /syncfromflags:domhier /update | w32tm /config /syncfromflags:domhier /update | ||
net stop w32time && net start w32time | net stop w32time && net start w32time | ||
− | ==Local W32TM Server Setup/Commands== | + | ===Local W32TM Server Setup/Commands=== |
− | ===Set DC as Server=== | + | ====Set DC as Server==== |
[http://serverfault.com/questions/451204/how-to-change-time-source-from-local-cmos-clock-to-dc ServerFault User Commands] | [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 | Reload ''Time Server'' with: w32tm /config /update |
Latest revision as of 01:04, 8 October 2017
W32TM
What Time Server am I using?
w32tm /query /source
Troubleshooting
What the domain think's it is
Net time /Domain:DOMAINNAMEHERE
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 net stop w32time && net start w32time
Configure client machine to sync from domain
w32tm /config /syncfromflags:domhier /update net stop w32time && net start w32time
Local W32TM Server Setup/Commands
Set DC as Server
ServerFault User Commands
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