Time sync with servers

  • Thread starter Thread starter Chris
  • Start date Start date
C

Chris

I have Windows 2K server with AD and want to know how to
sync my DCn with the proper time and then sync my
workstations with the DC?
 
Sync to a time server on the net. In this example, TIME-A at the National
Institute of Standards and Technology.


At the command prompt, type:

net time /setsntp:129.6.15.28

Hit Enter.


Then type: net stop w32time

Hit Enter. This will stop the time service. Now start it again to sync to
the new time server by typing:

net start w32time

Do this on each workstation and you should be all set.

A complete list of time servers and addresses:
http://boulder.nist.gov/timefreq/service/time-servers.html


Dan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top