Hello Manoj Robin Jebamani G,
Thank you for posting in Microsoft Community forum.
In order to adjust the minimum password length beyond 14 characters on a Windows Server 2019 Domain Controller, you'll need to employ the "Fine-Grained Password Policies" feature. Here's a step-by-step guide on how to accomplish that:
Step 1: Open the Active Directory Administrative Center
- Click on **Start** and type **Active Directory Administrative Center**.
- Open it.
Step 2: Create a New Password Settings Object (PSO)
- In the left pane, navigate to your domain.
- Click on **Password Settings Container**.
- In the center pane, right-click and select **New** > **Password Settings**.
Step 3: Configure the Password Settings Object
- In the New Password Settings dialog box, enter a name for your PSO.
- Set the **Precedence** value (lower numbers have higher precedence).
- Configure your desired password settings, including **Minimum Password Length**.
Here, you can set it to a value greater than 14.
- Fill in other attributes as needed (e.g., Maximum Password Age, etc.).
Step 4: Apply the PSO to Users or Groups
- In the **Direct applies to** section, add the users or groups to which you want the policy to apply.
- Click **OK** to save the settings.
Step 5: Verify the Changes
- To verify that the new settings are applied, you can use the
Get-ADFineGrainedPasswordPolicy
cmdlet in PowerShell. - You may also check individual users with
Get-ADUserResultantPasswordPolicy
.
By following these steps, you should be able to set the minimum password length to more than 14 characters.
For more information, please read here.
Step-by-Step: Enabling and Using Fine-Grained Password Policies in AD
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