Dear Eric LE CORRE
Based on your description, the behavior aligns with a known issue related to machine account password renewal cycles when interacting with Server 2025 DCs. The temporary resolution you mentioned (Reset-ComputerMachinePassword) confirms that the trust relationship is restored but does not prevent recurrence.
We has identified that Kerberos/Netlogon interactions in Server 2025 may require updated handling of machine account password changes. A recommended mitigation is to ensure that all DCs are fully patched with the latest cumulative updates for Windows Server 2025, as fixes have been released to address secure channel and Netlogon reliability.
Additionally, please verify that the Domain Functional Level has been raised appropriately after the upgrade, and confirm that replication health across all DCs is consistent. Running dcdiag /test:Netlogons and nltest /sc_verify:<domain> can help validate whether trust updates are propagating correctly.
If the issue persists even after applying updates, a workaround is to configure affected clients to refresh their machine account password more frequently (e.g., via registry modification of MaximumPasswordAge), though this should be considered temporary until the official fix is applied.
I recommend applying the latest patches first, testing replication health, and monitoring whether the trust failures recur. If they do, please share logs from Netlogon and Kerberos event channels so we can escalate further.
I hope this guidance helps stabilize your environment. If you find this answer helpful, please don’t forget to hit “Accept Answer”. That others in community with similar issues can benefit from the guidance. Thank you!