This lab demonstrates how to use Group Policy in Active Directory to enforce security settings across workstations.
- Create a security baseline GPO.
- Apply password and account lockout policies.
- Disable legacy / insecure protocols where possible.
- Restrict local administrator usage.
- Validate that GPOs apply to target OUs.
- Password policy: length, complexity, history.
- Account lockout: threshold and duration.
- Disable guest accounts.
- Configure Windows Firewall defaults.
- Disable LM / NTLM where compatible with the environment.
Scripts/Apply-GPO.ps1– Creates and links a GPO calledSecurity-Baselineto an OU.
After running the script, edit the GPO in the Group Policy Management Console to configure detailed settings.