davehull / Kansa

A Powershell incident response framework
Apache License 2.0
1.56k stars 266 forks source link

Fix logparser deprecated switch #198

Closed ghost closed 4 years ago

ghost commented 4 years ago

The fixedsep switch does not work on the version 2.2 of LogParser regarding on the ASEP Folder.

athegist commented 4 years ago

I'm going to merge this, but it could break some. Logparser 2.2 still supports the -fixedsep parameter, but apparently only on tab delimited files. Since the default output is CSV, I think it makes sense to introduce this change.