Ever wonder if your NTP server(s) time is correct before pointing mission critical devices to them? Here’s a quick and easy way to verify they are reporting the correct time.
Open a command prompt and type the following:
w32tm /stripchart /computer:IPorHostname /dataonly /samples:5
IPorHostname is the IP address or Hostname of the NTP Server
/dataonly returns the time/date only.
/samples is how many times do you want it to check the time and report back the variance.
I hope you found this post helpful!