Skip to content

Latest commit

 

History

History
45 lines (25 loc) · 1.03 KB

evtxcat.md

File metadata and controls

45 lines (25 loc) · 1.03 KB

Command-Line Help for evtxcat

This document contains the help content for the evtxcat command-line program.

Command Overview:

evtxcat

Display one or more events from an evtx file

Usage: evtxcat [OPTIONS] <EVTX_FILE>

Arguments:
  • <EVTX_FILE> — Name of the evtx file to read from
Options:
  • --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 format

    Possible values: true, false

  • -F, --format <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.