DC für automatischen Zeitabgleich einrichten (NTP)

August 24th, 2011 by Jan Gabriel Leave a reply »
In der Kommandozeile folgendes ausführen:

w32tm /config /syncfromflags:manual /manualpeerlist:pool.ntp.org
w32tm /config /update
w32tm /resync

für Server 2016:

net stop w32time
w32tm /config /syncfromflags:manual /manualpeerlist:pool.ntp.org
w32tm /config /reliable:yes
net start w32time
w32tm /query /configuration
Advertisement

Schreibe einen Kommentar