Skip to content
This repository was archived by the owner on Jul 21, 2025. It is now read-only.

Latest commit

 

History

History
39 lines (21 loc) · 936 Bytes

File metadata and controls

39 lines (21 loc) · 936 Bytes

Command-Line Help for evtxscan

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

Command Overview:

evtxscan

Find time skews in an evtx file

Usage: evtxscan [OPTIONS] <EVTX_FILE>

Arguments:
  • <EVTX_FILE> — name of the evtx file to scan
Options:
  • -S, --show-records — display also the contents of the records befor and after a time skew

    Possible values: true, false

  • -N, --negative-tolerance <NEGATIVE_TOLERANCE> — negative tolerance limit (in seconds): time skews to the past below this limit will be ignored

    Default value: 5

  • -v, --verbose — Increase logging verbosity

  • -q, --quiet — Decrease logging verbosity


This document was generated automatically by clap-markdown.