检查两台电脑在不同时间的窗口时间同步

我有2个域控制器,不在同一个森林(尽pipe他们在同一个networking上)

我试图让他们两个从同步时间同步服务器(time.windows.com)同步,所以时间将大致相同。

我有他们之间约30秒的主要偏离,当我点击:

w32tm /stripchart /computer:time.windows.com /samples:5 /data 

我在两台计算机之间相隔半秒钟运行这个命令,这些都是我得到的结果:

 computer 1 Tracking time.windows.com [65.55.21.17:123]. Collecting 5 samples. The current time is 3/22/2012 2:01:56 PM. 14:01:56, +26.3561536s 14:01:58, +26.3449049s 14:02:00, +26.3570688s 14:02:02, +26.3536394s 14:02:04, +26.3502308s computer 2 The current time is 3/22/2012 14:02:21 (local time). 14:02:21, -00.0007888s 14:02:23, +00.0034772s 14:02:26, +00.0077185s 14:02:28, +00.0041969s 14:02:30, +00.0006753s 

差距大约有26秒,我该如何解决? 这26个都印在报告中,但不知道在哪里/如何

谢谢

您不显示如何configuration这些域以获得可靠的时间。

 w32tm /monitor 

在每个域中的DC上查看当前延迟并configuration父母

 w32tm /config /manualpeerlist:time.windows.com /reliable:YES 

使其强制与选定的来源同步 – 所有其他DC同步。

你应该

w32tm / resync

在手动设置源之后的所有其他DC上。