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