Created
April 30, 2018 04:35
-
-
Save macostag/08a6870c9682ee63dd6a4224410bc180 to your computer and use it in GitHub Desktop.
XML filtering in the Windows Event Viewer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <QueryList> | |
| <Query Id="1"> | |
| <Select Path="Security"> | |
| *[EventData[Data[@Name='param1'] and (Data='mssecsvc')]] | |
| </Select> | |
| </Query> | |
| </QueryList> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment