# Command-Line Help for `evtxscan` This document contains the help content for the `evtxscan` command-line program. **Command Overview:** * [`evtxscan`↴](#evtxscan) ## `evtxscan` Find time skews in an evtx file **Usage:** `evtxscan [OPTIONS] ` ###### **Arguments:** * `` — 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 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.