1. 查找域内PDC主機位址;
w32tm /monitor /domain:contoso.com
2. 手動與PDC主機時間同步;
w32tm /resync /computer:域名(IP位址)立即同步
或者net time /set 立即同步
域管理者運作
<a href="http://s4.51cto.com/wyfs02/M01/8A/2C/wKioL1gqbv-yYO-IAAAsD_NTrVw535.png-wh_500x0-wm_3-wmp_4-s_244405520.png" target="_blank"></a>
3. 可以使用如下指令檢查PDC和用戶端時間伺服器的時間差異;
w32tm /stripchart /computer:xxx.contoso.com /samples:5(采樣的次數) /dataonly
檢查internet和用戶端的時間差異;
w32tm /stripchart /computer:time.windows.com /samples:5 /dataonly
4.使用組政策同步域内客戶機時間
組政策管理器--計算機配置--管理模闆--系統--windows時間服務--時間提供程式
<a href="http://s4.51cto.com/wyfs02/M01/8A/2C/wKioL1gqcYTTL_78AACcVq7708Y721.png-wh_500x0-wm_3-wmp_4-s_3134935548.png" target="_blank"></a>
組政策管理器--計算機配置--windows設定--安全設定--系統服務--windows time--設定為自動啟動。
<a href="http://s5.51cto.com/wyfs02/M02/8A/30/wKiom1gqdSbzjE06AAHIIyXulgU092.png-wh_500x0-wm_3-wmp_4-s_826965295.png" target="_blank"></a>
本文轉自 煙台小崔 51CTO部落格,原文連結:http://blog.51cto.com/seawind/1872893