windows 2008 r2 windows time 校時設定

手動設定設定服務 windows time 為自動,並啟用,重啟後不生效不會自動啟用,使用下列指令可以修復
* sc triggerinfo w32time delete
> https://support.microsoft.com/zh-tw/kb/2385818

看目前的對時情形 (會看到預設 7 天,一個約 604800 秒才對時的說明)
* w32tm /query /peers

我會調他的 ntpserver,改用pool.ntp.org
* w32tm /config /update /manualpeerlist:"pool.ntp.org,0x1"

再透過登錄檔調校時間隔時間900秒校一次(預設是 7 天, 就是上面那個 604800 秒),上線的ntpserver 後要有0x1如上面設定才會生效間隔設定
* HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\TimeProviders\NtpClient\SpecialPollInterval
* 設定值為10進位的900
> https://support.microsoft.com/zh-tw/kb/816042


重啟服務才會吃新設定
* net stop w32time && net start w32time

##
dc in windows 2012
> w32tm /config /manualpeerlist:"timeservername_or_ip" /syncfromflags:manual /reliable:yes


##
check localtime different with time server
> w32tm /stripchart /computer:timeservername_or_ip /samples:30 /dataonly

留言

熱門文章