Sunday, February 13, 2022

Time handling

 Open an Administrator Command Prompt

tzutil /s "Central European Standard Time"

This config will set NT5DS configuration in ws32 config, meaning update time from domain hierarchy.

w32tm /config /syncfromflags:domhier /update /reliable:no

Check your peers afterwards

w32tm /query /peers


If you want to manually set time run it:

w32tm /config /manualpeerlist:"DC.contoso.local" /reliable:yes /syncfromflags:manual /update


w32tm /resync /rediscover
net stop w32time && net start w32time
Check it with W32tm /query /configuration

No comments:

Post a Comment