Hi Jean Sébastien,
Based on your description, the replication failures, secure channel errors, and SYSVOL/DFS-R issues are consistent with some known cases following certain cumulative updates on Windows Server 2025 (24H2). However, the exact root cause is often environment- or configuration-specific.
Specifically:
- KB5067360 is a mandatory servicing stack update and generally does not directly cause AD replication failures.
- KB5070881 has been reported in some cases to impact Netlogon and secure channel stability, particularly in smaller AD environments. Your observation that uninstalling KB5070881 temporarily resolved the issue aligns with these reports.
From the logs you provided, the replication errors are consistent with secure channel and RPC connectivity issues between the DCs. A few recommended steps:
- Verify that the computer account passwords for both DCs are synchronized. Running Test-ComputerSecureChannel -Repair -Credential (Get-Credential) on both DCs can help reestablish trust.
- Ensure DFS-R and SYSVOL permissions are correct; restoring snapshots can sometimes introduce inconsistencies.
- Temporarily disable KB5070881 while monitoring replication stability. You’ve observed that this helps, which is consistent with known behavior.
- Microsoft has documented some registry/workaround options for KB5070881 in combination with certain AD topologies; I can provide detailed guidance if needed.
At this stage, this behavior is known but not widespread. Careful update management is key to preventing recurrence. I recommend testing these repair steps in a lab environment before deploying in production.
I hope this information is useful.. If it is, don't forget to "Accept the answer" so that others could benefit too. Thank you :)