How to do it...

Follow these steps to configure the domain controller holding the PDCe FSMO role to synchronize time with a reliable source:

  1. Sign into the domain controller holding the PDCe FSMO role.
  2. Start an elevated Command Prompt (cmd.exe) window.
  3. Run the following command:
w32tm.exe /config /manualpeerlist:"europe.pool.ntp.org time.nist.gov 192.43.244.18 193.67.79.202" /syncfromflags:manual /reliable:yes /update

net.exe stop w32time && net.exe start w32time
  1. Close the Command Prompt (cmd.exe) window.