Disable password complexity at AD policy level
From Notes_Wiki
Revision as of 07:53, 20 June 2022 by Saurabh (talk | contribs) (Created page with "Home > Windows > Active Directory > [[Disable password complexity at AD policy level] To disable AD password complexity use: # Go to either "Group policy editor" at AD level or "Local policy editor" at machine level or both # Go to Computer Computer Configuration -> Windows Settings -> Security Settings ->Password Policy # Change the complexity and password aging as per requirement # At AD level from administrator cmd run #:<pre> #:: gpupdate /fo...")
Home > Windows > Active Directory > [[Disable password complexity at AD policy level]
To disable AD password complexity use:
- Go to either "Group policy editor" at AD level or "Local policy editor" at machine level or both
- Go to Computer Computer Configuration -> Windows Settings -> Security Settings ->Password Policy
- Change the complexity and password aging as per requirement
- At AD level from administrator cmd run
- gpupdate /force
- If existing "Active Directory Users and Computers" or "Computer Management" is open, we need to close and reopen it for changes to take effect.
Refer:
Home > Windows > Active Directory > [[Disable password complexity at AD policy level]