Accurate time on a server is crucial for many applications and services. Incorrect time can lead to various issues, especially in a domain network. To ensure that the time on your Windows Server 2022 is correct, you can sync it with an external time source like ntp0.fau.de or another time server.
Um Windows Server 2022 mit einer externen Zeitquelle zu synchronisieren, führen Sie die folgenden Schritte aus:
cmd
w32tm /config /manualpeerlist:"ntp0.fau.de,0x8" /syncfromflags:manual /reliable:yes /update
w32tm /config /update
restart-service w32time