How To Set External NTP Server For Domain Controller
Connect to the Domain controller with domain admin credentials. Load up powershell ISE as an admin and past this w32tm.exe /config /manualpeerlist:”0.us.pool.ntp.org 1.us.pool.ntp.org 2.us.pool.ntp.org 3.us.pool.ntp.org” /syncfromflags:manual /reliable:YES /updatew32tm.exe /config /updateRestart-Service w32time The time should update in a few minutes.