You are tasked with hardening an endpoint using the CIS Benchmark for Windows 10. You need to ensure that the 'Local Account Password Complexity' is enforced. Which GPO path should you navigate to?
Trap 1: Computer Configuration > System Settings > Advanced > Security
This path does not exist in the Group Policy Object editor.
Trap 2: User Configuration > Preferences > Control Panel Settings > Local…
This is used for managing account membership, not policy enforcement.
Trap 3: Computer Configuration > Administrative Templates > Windows…
Administrative Templates are for application-specific settings, not core system security policies.
- A
Computer Configuration > System Settings > Advanced > Security
Why wrong: This path does not exist in the Group Policy Object editor.
- B
Computer Configuration > Policies > Windows Settings > Security Settings > Account Policies > Password Policy
This is the correct path to modify the local password complexity requirements.
- C
User Configuration > Preferences > Control Panel Settings > Local Users and Groups
Why wrong: This is used for managing account membership, not policy enforcement.
- D
Computer Configuration > Administrative Templates > Windows Components > Password
Why wrong: Administrative Templates are for application-specific settings, not core system security policies.