Currently Being Moderated

Syncing windows 2003/2008 server to a NTP server

VERSION 2

Created on: Apr 5, 2009 11:45 AM by Nathan Krake - Last Modified:  Apr 5, 2009 11:49 AM by Nathan Krake

On the windows server, open a command shell:

 

C:\> Net Time /querysntp (This should report time.windows.com)


C:\> Net Time /setsntp:NTPserver.yourdomain (where NTPserver.yourdmain is the NTP server of your choice)

The command completed successfully.

 

C:\> net stop w32time


The Windows Time service is stopping.
The Windows Time service was stopped successfully.

 

C:\> net start w32time


The Windows Time service is starting.
The Windows Time service was started successfully.

 

C:\> w32tm /config /update

 


Sending resync command to local computer...
The command completed successfully.

 

Check the time and you should see that the time has been updated.

C:\> w32tm /resync

Tags: server, time, ntp
Average User Rating
(0 ratings)
My Rating:




There are no comments on this document

More Like This

  • Retrieving data ...