Net Time

  • Thread starter Thread starter Bob
  • Start date Start date
B

Bob

I have a phone server with the correct time, and want my
domain to sync up with its time. Can anyone provide me
with the correct script logon syntax, or changes to my
DC's. I am running Windows 2000 server with AD.
 
I ran on my local pc:
net time \\servername /setsntp

It successfully complete but the time still did not sync
up with the server??
 
Hi-

1st you need to setup your authoritative time server which is the PDC Ops
Master in the root of your Forest. From CMD prompt on that server run "net
time /setsntp:phone_server_ip_address". 2nd from on your local pc run "net
time /your_domain /set" and then stop the w32time service, run
"w32tm -once", and restart the w32time service.

--
Thanks,
Richard Moreno
MCSE NT4\2000\2003
MCSA 2000\2003

*This posting is provided "AS IS" with no warranties, and confers no
rights.
 
Back
Top