New domain cannot be added because local Admin password does not meet requirements

JR Sitman 20 Reputation points
2025-01-22T16:35:49.67+00:00

I'm getting this error when trying to set up a new Windows 2022 server and promote it to a DC

New domain cannot be added because local Admin password does not meet requirements

How do I fix it?

Thanks,

J.R.

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
13,627 questions
0 comments No comments
{count} votes

Accepted answer
  1. Daisy Zhou 28,646 Reputation points Microsoft Vendor
    2025-01-24T07:29:04.5333333+00:00

    Hello

    Thank you for posting in Q&A forum.

    Here are the steps to troubleshoot this issue:

    1. Ensure that the local Administrator password meets the following criteria:

    • At least 8 characters long.

    • Contains characters from three of the following four categories:

    • Uppercase letters (A-Z)

    • Lowercase letters (a-z)

    • Numbers (0-9)

    • Special characters (e.g., !, $, #, %)

    1. Change the Password:

    • Press Ctrl + Alt + Delete and select "Change a password."

    • Enter the current password and then the new password that meets the complexity requirements.

    1. You can also change the password using PowerShell:

    $Password = Read-Host -AsSecureString

    Set-LocalUser -Name "Administrator" -Password $Password

    When prompted, enter the new password that meets the complexity requirements.

    I hope the information above is helpful.

    If you have any questions or concerns, please feel free to let us know.

    Best Regards,

    Daisy Zhou

    ============================================

    If the Answer is helpful, please click "Accept Answer" and upvote it.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

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