Windows Server 2008 R2 SP1 – How to Sync Time from External Time Source?

Windows_Server_2008_R2_Logo

Quick post to show how you can sync your domain controllers with external time source (time.windows.com or ntp.pool.org for example). By default, all machines in the domain will sync time from the domain controller which is the internal time server – if you have more than one DC then time will sync from the DC that holds the PDC emulator FSMO role. To check which DC is PDC emulator in your domain you need to run netdom /query fsmo command like so:

Windows_Server_2008_R2_SP1_How_to_Sync_Time_to_External_Time_Source_1

Once PDC emulator role is established there is few commands we need to run in order for time to sync, these are (run on PDC emulator):

Windows_Server_2008_R2_SP1_How_to_Sync_Time_to_External_Time_Source_2

IF you need to add more than one NTP server then the peer list entries are space delimited, example:

Once completed Windows time service should begin synchronizing time on the domain controller(s) with external source. To view the time configuration you can use w32tm /query /configuration command. In my case, my time was not synced with external time server:

Windows_Server_2008_R2_SP1_How_to_Sync_Time_to_External_Time_Source_3

and after I made the changes:

Windows_Server_2008_R2_SP1_How_to_Sync_Time_to_External_Time_Source_4

all was set to sync from time.windows.com. From workstation point of view to configure a client computer for automatic domain time synchronization:

and to check if its syncing:

and to re-sync:

If there’re any errors then these will be written to Event Viewer – please check if you’re having issues.

Comments, questions and concerns? Please leave them below!

πŸ™‚

30 thoughts on “Windows Server 2008 R2 SP1 – How to Sync Time from External Time Source?

  1. Name required

    Looks like the simplest clearest most to the point double bullseye article on the subject to me.

  2. Namerequired But Notgiven

    Thanks to your screen captures I was able to see a discrepancy and resolved my time issue. I was seeing Event 12 in the log for Time Service and it appears to have gone away when I went into group policy (computer\Admin templates\system\windows time service and changed the default NT5DS to plain NTP. Had I not seen your “After” screencap showing NTP, I might not have tried it. The w32tm commands said they completed successfully, but despite that the time type was showing NT5DS

  3. Adrian Kielbowicz Post author

    Thanks very much for the ever so kind comments guys. I’m glad my article is helping you get the time sync sorted – must admit it was a rather quick write up!

  4. Pingback: Sync casu na PDC W2K3 | DS4

  5. Igor

    Hi, I have trouble with NTP client configuration. I ran my small script. Then half servers work and synchronized fine, and half have a trouble. For it servers
    w32tm /query /configuration
    show me only VMICTimeProvider in [TimeProviders] section. And I can’t add NTP Client.

    w32tm /resync
    The computer did not resync because no time data was available.

    registry on all servers similar. NTP enabled

    PS I can’t restart servers.

  6. Manuel Crotti

    Just a missing “/”.
    “w32tm /config /manualpeerlist:”time.windows.com,0x1″ /syncfromflags:manual reliable:yes /update”

    ->

    “w32tm /config /manualpeerlist:”time.windows.com,0x1″ /syncfromflags:manual /reliable:yes /update”

  7. Sher

    Brilliant step by step article.

    @Igor, did you get your answer, I am having the same issue with my VMs.

  8. KSTHA

    Hi I have set the above command on my PDC and its working but at what time difference the PDC sync its time with time server provided.

  9. KSTHA

    Sorry I mean to say that at what time interval the PDC communicate with time server and get update of time.

    I have changed the time of PDC but it is not getting sync automatically. Do I need to run the resync command everytime to get PDC sync with time server. Pls let me know.

  10. Adrian Kielbowicz Post author

    You shouldn’t need to to re-sync manually to get the time updated – servers and workstations will sync to PDC automatically on set interval. This includes PDC which will sync to external time source.

    If you check registry settings under:

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\TimeProviders\NtpClient\SpecialPollInterval

    SpecialPollInterval value is set in seconds – 3600 is the default for servers i.e. 1 hour and for workstations is 604800 (7 days). If you leave it unset it will use dynamic interval which according to Microsoft is “dynamic interval that is determined by synchronization algorithms built into Windows Time Service”

    Rebooting your server/workstation triggers time to sync as well.

    One thing to note is if your servers are virtual machines you should not be using VMware Tools or Hyper-V Integration Services to sync time to the host – this is extremely bad practice as time on the host will be taken from the BIOS. This will be out of sync nine times out of ten..

  11. Elvin

    This should be “pool.ntp.org” instead of “ntp.pool.org “, other than that everything are precise & useful.

  12. Pingback: Configure NTP on Windows server « Yogesh

  13. Pingback: Windows NTP Service & Monitoring | Andreas' Blog

  14. K. Chris C.

    Ah Micro$oft. What can be said for a software firm that implements time updates and GUI well in their clients, where it’s important, and F’s is up in it’s server products, where it’s critical.

    Just hilarious.

  15. Pingback: How to Sync Time from External Time Source – Zebra Head

  16. Dan L.

    I think Microsoft made the time service really more complicated that it should be. I really appreciated if someone can tell me in plain English where is the setting for time sync interval between the Windows forest time keeper and an external NTP time source.

  17. Adrian Kielbowicz Post author

    Thanks for the kind words guys – your support is very much appreciated! πŸ™‚

  18. Pingback: software-website.com December 2021

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.