Hello MirekZeman,
Thank you for posting on the Microsoft Community Forum.
In a domain, the domain control is the time source, and the member server or client will not actively find the DC synchronization, so you need to configure the windows time in the DC's default domain policy, and the specific path is: Computer Configuration - > Management Template - > System - > Windows Time Service, and enable "Windows NTP Client" and "Windows NTP Server".
You can also view the time synchronization service configuration by entering w32tm /query /configuration in cmd, w32tm /query /source displays the synchronization time source specified by the current server.
For more information about the time configuration in the domain, please refer to links below.
“It’s Simple!” – Time Configuration in Active Directory | Microsoft Learn
Configure authoritative time - Windows Server | Microsoft Learn
Time Synchronization in Active Directory Forests | Microsoft Learn
In general, computers in an AD domain synchronize time in the following order:
- The domain client or member server requests synchronization from the local domain DC
- The DCs in one domain are synchronized to the PDC simulator in the domain
- All non-forest root zone PDC simulators are synchronized to the forest root zone PDC simulator
- The Forest Root Zone PDC Simulator is configured to synchronize to an external time source.
I hope you the information above is helpful.
If you have any questions or concerns, please do not hesitate to let us know.
Best Regards,
Daisy Zhou