Configure a domain password policy
Now that you have a better understanding of Group Policy Objects (GPOs) and their application to managing a domain, let’s dive into some practical applications.
One of the most basic and important tasks to keep a domain secure is configuring a domain password policy. The domain password policy sets the minimum requirements for passwords, including things like:
- Password length
- Special character requirements
- Password complexity
- Password change frequency
- Password memory
Configuring the domain password policy sets the standard and then applies it for all users and computers attached to the domain.
Configure a domain password policy
Note
To configure a domain password policy, you’ll need administrative privileges.
- Log on to your Domain Controller.
- Open the Group Policy Management Console (GPMC) (you can enter gpmc.msc in the search box to locate the console).
- In the GPMC, navigate to your domain and find the Default Domain Policy.
- Right-click on the Default Domain Policy and select Edit.
Selecting edit should open up the Group Policy Management Editor. From this editor you can set the password policy.
Navigate to the password policy settings
In the Group Policy Management Editor, go to:
- Computer Configuration
- Policies
- Windows Settings
- Security Settings
- Account Policies
- Password Policy
Once in the password policy section, specific settings can be set to apply across the domain.
Configure the password policy settings
You will see a list of settings such as Enforce password history, Maximum password age, Minimum password length, etc.
To update the password policy settings:
- Double-click a setting to enable editing.
- Configure the setting.
- Select Apply.
- Select OK.
While the new domain password settings are in place, they aren’t in effect yet. To apply the new settings, a group policy update needs to be completed.
From a command prompt with administrative permissions, type the following command:
gpupdate /force
The domain password policy is now configured and rolled-out.