2

Is it possible to measure or some other way find out the difference in clock/time between two windows 2k8 r2 machines?

Bryan
  • 7,628
  • 15
  • 69
  • 94
svrist
  • 183
  • 7

1 Answers1

5

Yes, install ntpd. Then add to server your Windows machine. Then run ntpq:

ntpq -p
     remote           refid      st t when poll reach   delay   offset  jitter
==============================================================================
+x.x.x.x          x.x.x.x        2 u 1011 1024  377    0.632   -6.836   0.072
ooshro
  • 11,134
  • 1
  • 32
  • 31
  • Where to install this ntpd? Should we install this on both machines that we compare? On what (cli,gui) screen and which computer we run the query above? – ibubi Sep 27 '17 at 13:38