https://github.com/radtonev/bulk-evtx-2-csv
Covert folder containing windows event logs (*.evtx) to sorted timeline csv files for easy processing and analysis.
https://github.com/radtonev/bulk-evtx-2-csv
csv csv-export events evtx evtx-analysis logs timeline windows
Last synced: 5 months ago
JSON representation
Covert folder containing windows event logs (*.evtx) to sorted timeline csv files for easy processing and analysis.
- Host: GitHub
- URL: https://github.com/radtonev/bulk-evtx-2-csv
- Owner: radtonev
- Created: 2025-11-09T18:14:16.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-11-09T18:21:22.000Z (5 months ago)
- Last Synced: 2025-11-09T20:25:15.518Z (5 months ago)
- Topics: csv, csv-export, events, evtx, evtx-analysis, logs, timeline, windows
- Language: PowerShell
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bulk-evtx-2-csv
Covert folder containing windows event logs (*.evtx) to sorted timeline csv files for easy processing and analysis.
#### Usage:
`.\Bulk-Evtx-2-CSV.ps1 -indir .\windows-logs -outdir .\csv-timelines`