Changing time servers

| | Comments (2)

Changing a w2k3 server to get the time from the internet can be done by following the useful instructions from a microsoft techie at http://www.mcse.ms/message1107338.html

2 Comments

If you don't want to edit your registry, you could also just type this command on the machine you want as well:

net time /setsntp:[ip address of known ntp server]

Note that all machines within a domain will sync with DC unless you tell it otherwise in GPO. What we do at work is another server syncs with NIST and then our DCs sync with that particular machine. Then it naturally bleeds down to all clients.

Actually thats not quite true - the above command didn't actually get
the pdc to sync with an external machine on the internet. It was only
when we changed one of the registry entires (the announce flags) that
the pdc got the time from the ntp server on the internet. The announce
flag doesn't seem to get set by the net time /setsntp command.
Also the weird thing is there is no interface (apart from restarting
the w32 time service) for doing the equivalent of net time /sntp /set.
The /set forces the machine to contact the PDC which is of no use when
you are doing this on the pdc itself

Categories

Pages

Powered by Movable Type 4.1

About this Entry

This page contains a single entry by published on October 27, 2004 12:28 PM.

Don't leave a usb key plugged in when booting! was the previous entry in this blog.

DNS Server encountering a packet addressed to itself is the next entry in this blog.

Find recent content on the main index or look in the archives to find all content.