Login Form

Log in
 

Contact Customer Service

(478) 971-1834

Email Print

Configure Time Synchronization on Windows Networks

Hits:
646
Rating:
 
Vote for this:
Good - Bad

Answer

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:

  1. Log on to the domain controller.
  2. 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


Sponsored Links