To ensure that your servers are finding the proper time, you must configure your PDC emulator to receive the time from a valid and accurate time source. To configure this role, follow these steps:
- Log on to the domain controller.
- Enter the following at the command line:
On the PDC emulator Master Domain controller use the following command to set the Time source
w32tm /config /manualpeerlist:time.windows.com /syncfromflags:manual /reliable:yes /update
on all other Domain Controllers use the following command.
w32tm /config /manualpeerlist:PrimaryDomaincontrolerName /syncfromflags:manual /update
and on Member servers and Windows clients that are joind to the domain use the following
w32tm /config /syncfromflags:domhier /update
after each command above type the following
net stop w32time
net start w32time