PROBLEM
The time is incorrect on software. it does not match up with the Greenwich Mean Time online.
CAUSE
Settings have changed on the server or for whatever reason is is not synchronised to a time server.
SOLUTION
In command prompt on the domain controller ...
- Check the time on the computer net time
- Check the online time w32tm /stripchart /computer:time.windows.com /dataonly
- configure our server to use a certain global time provider: time.windows.com w32tm /config /manualpeerlist:time.windows.com /syncfromflags:MANUAL
- Update the time w32tm /config /update
- immediately synchronize the time w32tm /resync
- Now compare accuracy of the time w32tm /stripchart /computer:time.windows.com /dataonly
- On a domain controller net time \\NETTIMESERVER.DOMAIN.com /set /y
This command should return the message “The command completed successfully.”
Our time on our PC is now synced with the domain controller, and the domain controller is now synced with time.windows.com.