Windows Domain Controller NTP Time Settings
Herhangi bir ortamda çalışan DC’inin sistem saatini hypervisor veya uzak ntp sunucusundan alacak şekilde konfigüre edilmesi gerekebilir.Sunucuya firewall üzerinden gerekli yetkiler ve erişimler tanımlanarak.Remote NTP Server’a erişim sağlanır.(udp -123 port)
w32tm /query /status w32tm /monitor
w32tm /stripchart /computer:ntp1.ulak.net.tr /dataonly
net stop w32time w32tm /config /syncfromflags:manual /manualpeerlist:"ntp1.ulak.net.tr ntp2.ulak.net.tr ntp3.ulak.net.tr" net start w32time w32tm /config /update w32tm /resync /rediscover
net stop w32time && net start w32time net stop w32time w32tm /unregister w32tm /register net start w32time W32tm /resync /computer:time.windows.com /nowait w32tm /config /update w32tm /resync /rediscover w32tm /stripchart /computer:ntp1.ulak.net.tr /dataonly (Firewall Kontrolü)
net stop w32time w32tm /config /syncfromflags:manual /manualpeerlist:"0.it.pool.ntp.org 1.it.pool.ntp.org 2.it.pool.ntp.org 3.it.pool.ntp.org" net start w32time w32tm /config /update w32tm /resync /rediscover