Difficulty: Easy
Correct Answer: Enable and configure the Group Policy refresh interval for computers
Explanation:
Introduction / Context:
By default, Windows 2000 clients process Group Policy at startup and periodically in the background (every 90 minutes with a random offset). If you require rapid propagation—such as within 15 minutes—you must explicitly configure the computer refresh interval in policy. This question distinguishes between DC refresh (for policy on controllers) and client computer refresh (which affects the targeted OU’s machines).
Given Data / Assumptions:
Concept / Approach:
Edit the applicable Group Policy Object and set Computer Configuration → Administrative Templates → System → Group Policy → Group Policy refresh interval for computers. Specify 15 minutes (and optionally a small random offset). This ensures computers in scope will reapply policy at the new interval even while logged on. Domain controller refresh interval does not apply to client computers in the OU; “asynchronous application” impacts processing behavior, not interval length.
Step-by-Step Solution:
Verification / Alternative check:
Check the event logs or use Resultant Set of Policy (RSoP) to confirm the setting is applied; observe that changes appear within the expected 15-minute window thereafter.
Why Other Options Are Wrong:
Common Pitfalls:
Editing the wrong GPO scope; setting the user refresh interval instead of computer; forgetting that Windows 2000 lacks gpupdate and relies on background refresh or reboot/logon for immediate enforcement.
Final Answer:
Enable and configure the Group Policy refresh interval for computers.
Discussion & Comments