如何configurationWindows域控制器以使用外部时间服务器?

我发现这个KB artice: http : //support.microsoft.com/kb/816042

但它涉及到一堆手动registry黑客。 我希望find一些埋在pipe理工具中的东西,这样我就可以做到这一点。

我正在使用Windows Server 2003。

具有pdcangular色的Windows 2003服务器将默认设置为与time.microsoft.com同步时间。 如果你想使用一个不同的sntp时间服务器,你可以在命令promt中发出这个命令

net time /setsntp:FQDN 

其中FQDN由时间服务器名称replace。 这可能需要几分钟才能生效。

这需要在具有PDC模拟器angular色的DC上完成

在PDC模拟器上configurationWindows时间服务

  Type the following command to configure the PDC emulator and then press ENTER: w32tm /config /manualpeerlist:peers /syncfromflags:manual /reliable:yes /update where peers specifies the list of DNS names and/or IP addresses of the NTP time source that the PDC emulator synchronizes from. For example, you can specify time.windows.com. When specifying multiple peers, use a space as the delimiter and enclose them in quotation marks. 

http://technet.microsoft.com/en-us/library/cc786897.aspx

我会想通过正常的方法configuration它会工作吗?

  1. 双击时钟
  2. Internet时间选项卡
  3. input服务器和命中更新,我例如使用0.pool.uk.ntp.org,我一直假设传播到域客户端。