Skip to content

Instantly share code, notes, and snippets.

@glallen01
Created September 4, 2013 14:37
Show Gist options
  • Save glallen01/6437842 to your computer and use it in GitHub Desktop.
Save glallen01/6437842 to your computer and use it in GitHub Desktop.
Windows Time Svc on First Forest Root Domain Controller
1. Log on to the first domain controller that you deployed.
2. At a command prompt, type the following command, and then press ENTER:
w32tm /stripchart /computer:<target> /samples:<number> /dataonly
3. Open User Datagram Protocol (UDP) port 123 for outgoing traffic, if needed.
4. Open UDP port 123 for incoming NTP traffic.
You can use a different port, if you prefer.
5. Type the following command to configure the PDC emulator, and then press ENTER:
w32tm /config /manualpeerlist:<peers> /syncfromflags:manual /reliable:yes /update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment