On the windows server, open a command shell:
C:\> Net Time /querysntp (This should report time.windows.com) C:\> net stop w32time C:\> net start w32time C:\> w32tm /config /update Check the time and you should see that the time has been updated.
C:\> Net Time /setsntp:NTPserver.yourdomain (where NTPserver.yourdmain is the NTP server of your choice)
The command completed successfully.
The Windows Time service is stopping.
The Windows Time service was stopped successfully.
The Windows Time service is starting.
The Windows Time service was started successfully.
Sending resync command to local computer...
The command completed successfully.
There are no comments on this document