Skip to the main content.

1 min read

Set Windows 2008 R2 Server to Sync Time with Time.Windows.com

Time synchronization is an important aspect for all computers on the network. By default, the clients computers get their time from a Domain Controller and the Domain Controller gets his time from the domain’s PDC Operation Master. Therefore the PDC must synchronize his time from an external source. I usually use the servers listed at the NTP Pool Project website. Before you begin, don’t forget to open the default UDP 123 port (in- and outbound) on your firewall. 

  1. First, locate your PDC Server. Open the command prompt and type: C:>netdom /query fsmo
  2. Log in to your PDC Server and open the command prompt.
  3. Stop the W32Time service: C:>net stop w32time
  4. Configure the external time sources, type: C:> w32tm /config /syncfromflags:manual /manualpeerlist:time.windows.com
  5. Make your PDC a reliable time source for the clients. Type:C:>w32tm /config /reliable:yes
  6. Start the w32time service: C:>net start w32time
  7. The windows time service should begin synchronizing the time. You can check the external NTP servers in the time configuration by typing: C:>w32tm /query /configuration
  8. Check the Event Viewer for any errors.

Tested on Windows Server 2008 R2 (Build 7600).

Sync your Domain with an Internet time server

Recently, the time on all of my domain computers was out of sync. Each computer in my domain had the same time, but it was about 10 minutes slow....

Read More
How to remove a synced Teams folder from Windows File Explorer

How to remove a synced Teams folder from Windows File Explorer

Are you having trouble removing a synced Teams folder from your Windows Explorer view? To help understand how this works, it is useful to remember...

Read More

Installing Windows 2012 R2 Domain Controller

Well, I’ve been pretty lazy in my lab environment for the last couple of months. I’ve finally decided it is time to migrate to a Windows 2012 R2...

Read More