Came across this post on the Windows time service. Thought I’d link to it here as a reference to myself. Good post.
Some useful switches to keep in mind – (1) to get the current time configuration:
1 |
w32tm /query /configuration |
And (2) to get who the source is:
1 |
w32tm /query /source |
And (3) to get the status of time syncs and delays:
1 |
w32tm /query /status |
All commands work for remote computers to via the /computer:
switch. I mentioned these and more switches previously in an AD post …