Change the Windows Time service configuration on the previous PDC emulator
Applies To: Windows Server 2003, Windows Server 2003 R2, Windows Server 2003 with SP1, Windows Server 2003 with SP2
Use the following procedure to change the Windows Time service configuration on the previous PDC emulator after you transfer the role to a new domain controller. The previous PDC emulator will now automatically synchronize time with the domain hierarchy, getting it's time from the new reliable time source.
Note
For more information about the w32tm command, type w32tm /? at a command prompt or see Windows Time Service Tools and Settings on the Microsoft Web site (https://go.microsoft.com/fwlink/?LinkId=42984).
Administrative Credentials
To perform this procedure locally on the PDC emulator, you must be a member of the Administrators group. To perform this procedure from a remote computer, you must be a member of the Domain Admins group.
To change the Windows Time service configuration on the previous PDC emulator
Open a Command Prompt.
Type the following command and then press ENTER:
w32tm /config /syncfromflags:domhier /reliable:no /update
Type the following command and then press ENTER:
net stop w32time
Type the following command and then press ENTER:
net start w32time