Login Form

Log in
 

Contact Customer Service

(478) 971-1834

Email Print

Setting the time on a Windows Active Directory Network

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

Answer

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
then
net stop w32time
then
net start w32time

Sponsored Links