w32time

  • Thread starter Thread starter troy
  • Start date Start date
T

troy

I have a small domain and I want all the workstations to
sync the clock off of another workstation in the same
domain but not the domain controller. We are not
connected to the internet and exact UTC time isn't an
issue. We just want the "master" clock to be a
workstation that is not the domain controller.

How do I do this?

thanks in advance!
 
Put the following in the loginscript:

net time \\workstationname /set /y (for W9x)

On W2K/XP you should only have to do the following once:
net time /setsntp:workstationname (but I don't know if this will work with a
workstation as 'timemaster'.)
w32tm -once

Marina
 
"net time /setsntp:<server_list>" (without the quotation marks)
"net time /querysntp" (without the quotation marks) to check/see the
configuration.
----
Thanks,
Rakesh Chanana [MSFT]

When replying, please post to GROUP so that everyone can benefit from the
knowledge.

This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm


--------------------
 
Back
Top