I
came across your answer when faced with the same problem on Windows
Small Business Server 2008. In my case I had to use TargetUserName
rather than subjectUsername. I.e
<QueryList>
<Query Id="0" Path="Security">
<Select Path="Security">* [EventData[Data[@Name='TargetUserName']='testuser']]</Select>
</Query>
</QueryList>
The query then worked fine.
No comments:
Post a Comment