Skip to content

Instantly share code, notes, and snippets.

@gorvelyfab
Last active September 1, 2017 07:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gorvelyfab/f4151801af5c33708221364603add6f7 to your computer and use it in GitHub Desktop.
Save gorvelyfab/f4151801af5c33708221364603add6f7 to your computer and use it in GitHub Desktop.
Windows 2012 Turn off Password Complexity in a Domain Environment

In a Domain Environment, for an Active Directory Domain Server.

In the Server Manager click on Tools and from the drop down click Group Policy Management

  • Expand Forrest >> Domains >> Your Domain Controller.
  • Right click on the Default Domain Policy and click on the Edit from the context menu.
  • Now Expand Computer Configuration -> Policies -> Windows Settings -> Security Settings -> Account Policies -> Password Policy
  • Double-click on the Passwords Must Meet Complexity Requirements option in the right pane.
  • Select Disabled under define this policy setting:
  • Click Apply then OK all the way out and close the GPO window. In order to refresh the policy type the following command:
gpupdate /force

in the CMD window and click ENTER.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment