Difficulty: Easy
Correct Answer: Use User Manager for Domains to enable auditing of logon events
Explanation:
Introduction:
Security auditing on Windows NT domains records successful and failed logon attempts and writes them to the Security event log. Properly enabling auditing helps detect unauthorized access, brute-force attempts, or account misuse, and supports compliance reporting.
Given Data / Assumptions:
Concept / Approach:
Use User Manager for Domains to configure the domain Audit Policy. Enable “Audit logon events” for success and/or failure as required. Once enabled, domain controllers record authentication attempts in the Security log. Performance Monitor is for performance counters, Alerter is unrelated to auditing, and Server Manager is not the tool to set the domain audit policy for all logons.
Step-by-Step Solution:
1) Open User Manager for Domains on a domain controller.2) Navigate to Policies → Audit.3) Check “Audit logon events” (success and/or failure).4) Review Security logs on DCs to monitor entries and set log retention.
Verification / Alternative check:
Create a test account and attempt a logon; verify an event ID appears under the Security log indicating a success or failure, confirming auditing works.
Why Other Options Are Wrong:
Common Pitfalls:
Forgetting to size Security log files and to forward/centralize logs for retention and analysis.
Final Answer:
Use User Manager for Domains to enable auditing of logon events
Discussion & Comments