Certainly! To disable password complexity requirements on Windows Server 2016, follow these steps:
Option 1: Active Directory Domain Controller (Group Policy)
Open Group Policy Management:
- On your Server 2016 AD Domain Controller, open Server Manager.
- Navigate to Tools > Group Policy Management.
- Alternatively, you can go to Control Panel > Administrative Tools > Group Policy Management.
Edit Default Domain Policy:
- Under Domains, select your domain.
- Right-click on Default Domain Policy and choose Edit.
Navigate to Password Policy:
- Go to: Computer Configuration > Policies > Windows Settings > Security Settings > Account Policies > Password Policy.
Disable Password Complexity:
- Double-click on Password must meet complexity requirements.
- Select Define this Policy setting: Disabled and click OK.
Update Group Policy:
- Open Command Prompt as Administrator.
- Run the command:
gpupdate /force
.
Option 2: Standalone Server
Open Local Security Policy:
- From Server Manager, go to Tools and open Local Security Policy.
- Alternatively, go to Control Panel, open Administrative Tools, and then Local Security Policy.
Navigate to Password Policy:
- Under Security settings, select Password Policy.
Disable Password Complexity:
- Double-click on Password must meet complexity requirements.
- Select Disabled and click OK.
Update Group Policy:
- Open Command Prompt as Administrator.
- Run the command:
gpupdate /force
.
That’s it! You’ve successfully disabled password complexity requirements. Let me know if you found this guide helpful! 😊🚀
Tags
Server 2016