Skip to content

Latest commit

 

History

History
42 lines (22 loc) · 869 Bytes

evtx2bodyfile.md

File metadata and controls

42 lines (22 loc) · 869 Bytes

Command-Line Help for evtx2bodyfile

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

Command Overview:

evtx2bodyfile

creates bodyfile from Windows evtx files

Usage: evtx2bodyfile [OPTIONS] [EVTX_FILES]...

Arguments:
  • <EVTX_FILES> — names of the evtx files
Options:
  • -F, --format <FORMAT> — select output format

    Default value: bodyfile

    Possible values: json, bodyfile

  • -S, --strict — fail upon read error

    Possible values: true, false

  • -v, --verbose — Increase logging verbosity

  • -q, --quiet — Decrease logging verbosity


This document was generated automatically by clap-markdown.