Posts

Showing posts from 2024

Windows Server Time and Time Zone issues

A Windows Server machine connected to a domain must be synced with the domain controller. Otherwise this leads to all kinds of hard to debug issues. If it is out of sync with its actual time zone or the time is incorrectly changed the following steps should get it back on track: Make sure the Windows service "Windows Time" is running. Set the correct time zone, e.g. tzutil /s "W. Europe Standard Time" w32tm /config /manualpeerlist:time.windows.com /syncfromflags:MANUAL w32tm /config /update