winlogparse
v1.0.1
Published
A parser for parsing Windows Update log files
Downloads
150
Maintainers
Readme
A NodeJS based CLI for parsing your local Windows Update log files.
Installation
npm install -g winlogparse
Usage
winlogparse --help
Example
winlogparse path-to-your-log-file.log
This will output a JSON file with the parsed data in the current working directory.
If the filepath is omitted, it will default to a sample log file included in the CLI package for your reference.
License
ISC