To synchronize the domain controller with an external time source

Click Start, and then click Command Prompt. Type: [dt_code]w32tm /config /manualpeerlist:0.ca.pool.ntp.org,1.ca.pool.ntp.org,2.ca.pool.ntp.org,3.ca.pool.ntp.org /syncfromflags:manual /reliable:yes /update[/dt_code] Press ENTER. You should get a message that the command completed successfully. Type: [dt_code]w32tm /config /update[/dt_code] To confirm the peer list Type: [dt_code]w32tm /query /peers[/dt_code] To immediately synchronize with the external time server, Type: [dt_code]w32tm /resync[/dt_code] and press ENTER. You should [...]