Difficulty: Medium
Correct Answer: Link a GPO to the OUs that contain the computer accounts and enable ‘‘Passwords must meet complexity requirements’’
Explanation:
Introduction / Context:
In Windows 2000, the domain password policy applies at the domain level to domain accounts. Local SAM accounts on member servers and workstations follow the effective Account Policies from the computer’s local security policy, which can be set via a GPO linked to the OU containing the computer.
Given Data / Assumptions:
Concept / Approach:
Create or edit a GPO linked to the OU containing the target computers. Under Computer Configuration > Windows Settings > Security Settings > Account Policies > Password Policy, enable ‘‘Passwords must meet complexity requirements.’’ This affects the local SAM on those computers and does not change the domain policy for domain accounts.
Step-by-Step Solution:
Verification / Alternative check:
Attempt to set a weak password for a local account; it should be rejected. Domain account policies remain governed by the domain's root GPO.
Why Other Options Are Wrong:
Common Pitfalls:
Linking the policy to user OUs has no effect on local SAM account policies; ensure the scope targets computer objects.
Final Answer:
Link a GPO to the OUs that contain the computer accounts and enable ‘‘Passwords must meet complexity requirements’’
Discussion & Comments