Your network has a single Active Directory domain with two domain controllers, both running Windows Server 2003 Service Pack 2. Auditing of successful account logon events is enabled on all computers in the domain. You want to determine the last time a specific user successfully logged on to the domain. Where should you look for this information?
Certification
Microsoft Certification
Difficulty: Medium
Choose an option
-
AExamine the System event log on the user computer
-
BExamine the System event log on both domain controllers
-
CExamine the Security event log on both domain controllers
-
DExamine the Application event log on the user computer
Answer
Correct Answer: Examine the Security event log on both domain controllers
Explanation
Introduction / Context:In an Active Directory environment, when a domain user logs on, the authentication is handled by a domain controller. The domain controller records events related to account logon in its Security event log, especially when auditing of successful account logon events is enabled. This question tests your understanding of where to find authoritative information about user logon times in a multi domain controller setup.Given Data / Assumptions:
- There is a single Active Directory domain.
- The domain has two domain controllers, both running Windows Server 2003 SP2.
- Auditing of successful account logon events is enabled across the domain.
- You want to determine the last successful logon time for a specific domain user.
- User computers may cache some information, but domain controllers handle authentication.