Given a windows server 2003 domain server, I'd like to sync it's time to (any) external time services (it's off a couple of minutes). How to do this 1, manually; 2, in an automated manner every week?
feedback
|
|
From the TechNet article: To synchronize the domain controller with an external time source:
| |||||
feedback
|
|
Keep in mind that in an AD domain, the holder of the PDC emulator FSMO role is responsible for time sync, and should be the only one you configure for external access to a time source. | |||
feedback
|
|
Or, if you want to script it, you can do it as a registry edit: Change the key HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Parameters\NtpServer to the NTP server you want to use, followed by ",0x1": the default is "time.windows.com,0x1". The restart the Windows Time service and you're sorted. | |||
|
feedback
|