Search the Security event logs for a username - when filtering the log:
- On the XML tab, click 'Edit query manually'.
- Replace:
<Select Path="Security">*</Select>
with
<Select Path="Security">* [EventData[Data[@Name='TargetUserName']='USERNAME']]</Select>
where 'USERNAME' is the desired username.
Thanks, Beaming?
No comments:
Post a Comment