Fix/synchronize time issues on domain controller using command line
1. Open Command Prompt as administrator (Elevated)
2. Enter: w32tm /config /manualpeerlist:time.nist.gov,0x8 /syncfromflags:manual /reliable:yes /update
3. Next, enter: w32tm /resync 4. Restart the service: net stop w32time net start w32time