w32time

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!
 
M

Marina Roos

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
 
R

Rakesh Chanana [MSFT]

"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


--------------------
 

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

Similar Threads


Top