Hello Gents,
I'm using the follow LogParses string to write all 'Security' Event logs to a specific SQL DB:
LogParser -i:EVT -o:SQL "SELECT * INTO EventLog FROM Security" -server:SERVERNAME\SQLEXPRESS -database:LogHog -driver:"SQL Server" -createTable:ON -maxStrFieldLen:5000
It works fantastic,but how can I specify ALL event logs instead of just one type; Application, Security, System, etc.
And how can I make them all write and play nicely with one another so they can easily be separtated for quick referrence and accessed using a .net application?