Share via

Invalid Password after promo/depromo a Server 2025 DC.

Karker, Bradley- GA 0 Reputation points
2026-01-27T05:23:03.61+00:00

We're having netlogon issues after promoting a Server 2025 DC. Depromo helped, but occasional 'password invalid' problems continue.

Possibly related to the RC4 encryption issues. Need a method to troubleshoot from here.

Windows for business | Windows Server | Directory services | User logon and profiles
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Harry Phan 15,915 Reputation points Independent Advisor
    2026-01-27T10:47:33.65+00:00

    Hello Karker, Bradley- GA

    Netlogon errors on a newly promoted Server 2025 DC usually point to secure channel or encryption mismatches. Since RC4 is deprecated, older clients or servers still attempting RC4 negotiation will intermittently fail with “password invalid.” Check the Netlogon logs in Event Viewer for events 5829–5831 to confirm secure channel negotiation failures. Run nltest /sc_verify:<domain> from affected machines to validate the secure channel. If failures persist, reset machine account passwords with netdom resetpwd and confirm replication health using repadmin /replsummary.

    On Server 2025, ensure all DCs and clients are aligned to AES-based encryption policies, as RC4 is disabled by default. Review Group Policy under Security Options for domain controller encryption settings, and confirm no legacy policies are forcing RC4. If depromo resolved part of the issue, replication or trust was broken on that DC, so verify consistency across the forest. If errors continue despite alignment, it may be a bug in the preview build, and monitoring Microsoft’s release notes for fixes is the safest path forward.

    I hope you've found something useful here. If it helps you get more insight into the issue, it's appreciated to accept the answer. Should you have more questions, feel free to leave a message. Have a nice day!

    Harry.

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.