This document contains the help content for the evtxcat
command-line program.
Command Overview:
Display one or more events from an evtx file
Usage: evtxcat [OPTIONS] <EVTX_FILE>
<EVTX_FILE>
— Name of the evtx file to read from
-
--min <MIN>
— filter: minimal event record identifier -
--max <MAX>
— filter: maximal event record identifier -
-i
,--id <ID>
— show only the one event with this record identifier -
-T
,--display-table
— don't display the records in a table formatPossible values:
true
,false
-
-F
,--format <FORMAT>
— output formatDefault value:
xml
Possible values:
json
,xml
-
-v
,--verbose
— Increase logging verbosity -
-q
,--quiet
— Decrease logging verbosity
This document was generated automatically by
clap-markdown
.