Introduction

In this article, I'm going to show you how to do a password policy on a server in a proper and easiest method; before that, we need to know what a password policy is and its benefits.

What is a Password Policy?

A password policy is a set of rules that encourage users to create and use strong passwords. Password policies can include requirements.

Password policies can be part of an organization's official regulations and may be taught as part of security awareness training.

Benefits Of Password Policy

Step 1. On your server’s dashboard, click “tools” after clicking “group policy management”.

Dashboard

Step 2. After under your server’s domain right - click on “default domain policy” and then click “edit”.

Default domain policy

Step 3. Double-click “computer configuration”.

Computer configuration

Step 4. Again, double-click “policy”.

Policies

Step 5. Double-click on “Windows settings”.

Windows setting

Step 6. Double-click on “security settings”.

Security setting

Step 7. Again, double-click on “account policy”.

Account policy

Step 8. Double-click “password policy”.

Password policy

Step 9. Now you can change your password policy as you want, like password history, maximum password age, minimum password age, minimum password length, minimum password length audit, and complexity requirements. Here, I changed the password history for that double click in “password history”.

Password history

Step 10. Change to 3 and click “apply and ok”.

Password remembered

Step 11. After opening the run, type “gpupdate /force” and click “ok”.

Force

Step 12. Now you can see our changed password policy applying in a cmd prompt.

cmd prompt

Conclusion

In this article, we all clearly understand how to do password policy on servers in a proper and easiest method. If there is clarification regarding this topic, feel free to drop comments below.