Admin Admin Podcast #013 – It’s All About NTP

This week we have a special guest, Simon, talking about NTP. And we discuss other stuff too, of course.

Timely stuff:

  • To view the time client configuration: W32tm /query /configuration (look at Type, will probably say NTP) and you can see which is your NTP server too.
  • To compare time between your local device and an NTP source: w32tm /stripchart /computer: target
  • To configure your PDC Emulator to use an NTP time source: w32tm /config /manualpeerlist:<peers> /syncfromflags:manual /reliable:yes /update (taken from http://technet.microsoft.com/en-us/library/cc794937(v=WS.10).aspx)
  • How to use pool.ntp.org: http://www.pool.ntp.org/en/use.html
  • How to reset the time service:
    • net stop w32time
    • w32tm /unregister
    • w32tm /register
    • net start w32time

Not timely stuff: