Skip to content

Commit

Permalink
edited example in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Starke committed Jun 16, 2021
1 parent a7a2fb3 commit 05a31d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ XPath based search in Windows Event Log files
## Example

```shell
evtxgrep --filter "*/EventID/text()='4624' and */Data[@Name='TargetUserName']/text()='Administrator'" Security.evtx
evtxgrep -event-id 4624 --level 0 Security.evtx
```

## Usage
Expand Down

0 comments on commit 05a31d8

Please sign in to comment.