Setting the time on a Windows Active Directory NetworkAnswerOn 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 |


