Hello,
Thank you for posting in Q&A forum.
To resolve the time synchronization issue between your domain and Windows clients, you can follow these steps:
- Verify Time Synchronization: On both the domain controller and the client machines, If there is a significant time difference, use the
w32tm /resync
command to synchronize the time with their respective time sources. - Force Time Synchronization: On the affected client machine, open a command prompt and run the following commands:
net stop w32time
net start w32time
- Check Group Policy Settings: - Ensure that the Group Policy for time synchronization is correctly configured. You can check the following policy:
Computer Configuration > Administrative Templates > System > Windows Time Service > Time Providers
- Ensure that the policy is set to synchronize with the domain controller.
I hope the information above is helpful.
Best regards
Zunhui
============================================
If the Answer is helpful, please click "Accept Answer" and upvote it.