Hello Erin Teu,
Thank you for posting in Microsoft Community forum.
Do you have one Windows server 2022 Domain Controller and four Windows server 2025 Domain Controllers, am I right?
Here is some general advice on troubleshooting your issue.
- Review Event Logs:
Check the event logs on the domain controllers and affected workstations for any error messages or warnings related to password updates and trust relationships. This can provide more insight into what's causing the issue.
- Apply Updates and Patches:
Make sure all servers, especially the ones running 2025, are fully updated with the latest patches and updates. Sometimes, bugs are fixed in subsequent patches.
- Verify AD Replication:
Confirm that Active Directory replication is functioning correctly between all domain controllers. Issues with replication can sometimes cause problems with attribute updates like pwdLastSet.
Please run commands below on PDC. If there is no error of the command result, it seems AD replication works fine.
repadmin /showrepl >C:\rep1.txt
repadmin /replsum >C:\rep2.txt
repadmin /showrepl * /csv >c:\repsum.csv
- Group Policy Settings:
Review your Group Policy settings to ensure there are no policies that might be affecting the ability of workstations to update their passwords.
- Check Time Synchronization:
Ensure all domain controllers and workstations are synchronized to the same time source. Time discrepancies can cause various issues in a domain environment, including problems with password updates and trust relationships.
- Workstation Configuration:
Confirm that the workstations are correctly configured to communicate with the updated domain controllers.
Tips:
I am sorry, I do not have Windows server 2025 in my lab. I suggest you can try to set up only one 2025 Windows server Domain Controller in one single domain in one forest. Then check if there is such problem.
I hope the information above is helpful.
If you have any question or concern, please feel free to let us know.
Best Regards,
Daisy Zhou