All you need to do is to set the NTP time source on the machine.
Ideally it should be the domain controller you have.
The command to do is:
>net time /setsntp:name_of_domain_co
Thats it. You clients machine will sync time from DC.
You should also setup NTP server on DC as well.
>net time /setsntp:time.nist.gov
It is a internet server running NTP service. Just make sure that Domain controller can access time.nist.gov on port 123. As this port is using to sync time using NTP.
Main Topics
Browse All Topics





by: paulfazPosted on 2006-08-09 at 11:58:01ID: 17281896
hi, you can do this under the GPO...
Computer Config > System > Windows Time Service > Time Providers
Older versions of Windows didnt utilise NTP, and used SNTP... Windows 2003 Servers support NTP, so you should simply be able to configure the above with your Windows 2003 Server.
If there a member of the Domain and your running 2003 DC's the clients should automatically sync with the Time Server without any configuration changes.