Situatie
Solutie
To check which NTP server your Windows Server is currently using (the active NTP source), you can do it directly in CMD with the built-in w32tm tool.
-> To check current status : w32tm /query /status
Look for the line: Source: time.windows.com,0x9
That line shows the active NTP server your system is currently synchronized with.
If it says: Source: Local CMOS Clock, that means your server is not currently syncing with any external NTP source, it’s relying on its internal hardware clock.
Leave A Comment?