- Active Directory Administration Cookbook
- Sander Berkouwer
- 71字
- 2021-06-24 14:42:21
How to do it...
Follow these steps to configure the domain controller holding the PDCe FSMO role to synchronize time with a reliable source:
- Sign into the domain controller holding the PDCe FSMO role.
- Start an elevated Command Prompt (cmd.exe) window.
- 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
- Close the Command Prompt (cmd.exe) window.