Link to home
Start Free TrialLog in
Avatar of Ken H.
Ken H.

asked on

Convert Event Log (.evt) to .csv with powershell or LogParser

I have .evt log files that are collected with other data for analysis. I am building an asp.net/vb2010 web app to parse all this data. I am trying to find a way to convert the .evt files to csv or xml, or really any format other than binary. even a program that runs on the server that I could call and pass variables to would work just fine.

I have been trying to do this with powershell and LogParser and have been unsuccesful. It seems those tools only want to allow you to parse/convert the logs from your system or from a remote system that is accessible to the system you are running the tools on. This is not the case for me.

Any help would be greatly appreciated.
ASKER CERTIFIED SOLUTION
Avatar of tumtum73
tumtum73
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Ken H.
Ken H.

ASKER

Awesome! Thank you so much!!! Maybe its cause my mind is about fried from working on this. I knew the answer was simple just couldn't seem to put it together.