Hi. Thank you for your question and reaching out. I’d be more than happy to help you with your query
My Server having Windows Server 2019 is not synchronizing the time with Master Clock system. Kindly note that servers are running in Domain environment. What could be possible solution?
If your Windows Server 2019 is not synchronizing the time with the master clock system, it is likely due to a networking issue. The first step to troubleshoot this issue is to make sure that the Network Time Protocol (NTP) is enabled and configured properly. To do this, open the registry editor and navigate to the following registry key:
HKEYLOCALMACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Parameters
Check the value of NtpServer and make sure that it is set to the IP address of the master clock system. If not, set it to the correct value and restart the Windows Time service.
You can also try running the command “w32tm /resync” to force the server to synchronize with the master clock system.
If the issue persists, you may need to check the Domain Name System (DNS) settings of your server to make sure that it is configured correctly. Additionally, you may need to check the firewall settings to make sure that the NTP ports are open.
If the reply was helpful, please don’t forget to upvote or accept as answer, thank you.