Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 841 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 841 Bytes

vt-windows-event-stream

Tool to stream windows events to a file. This is a demo tool inspired by:

Command line usage

Example usage with command line:

  vt-windows-event-stream.exe <event log name> <output file>
  vt-windows-event-stream.exe Microsoft-Windows-Sysmon/Operational c:\sysmon.xml
  vt-windows-event-stream.exe Microsoft-Windows-Sysmon/Operational \\server\tmp\sysmon.xml
  vt-windows-event-stream.exe Security \\server\tmp\security.xml
  vt-windows-event-stream.exe Microsoft-Windows-Powershell/Operational \\server\tmp\ps.xml

DLL usage