Mr. Langley
Is wevtutil a utility that I have to download, I am working on a window XP, and the logs that I am retrieving are on a syslog server, this is where the files are dumped from a DomainController which has been upgrated to windows 2008/64bit server.
The commands I'm using is as follow:
logparser -i:EVT -o:CSV "Select EventID, EventTypeName, TimeGenerated, ComputerName, Strings INTO DCSTL02-Apr17results.csv FROM DCSTL02-4-18-2009*.evt WHERE (EventID = '517') OR (EventID = '529') OR (EventID = '531') OR (EventID = '535') OR (EventID = '539') OR (EventID = '624') OR (EventID = '627') OR (EventID = '628') OR (EventID = '630') OR (EventID = '633') OR (EventID = '642') OR (EventID = '644')"
And I get a corrupt file.
I tried using "wevtutil epl Dcstl02-4-18-2009.evt Dcstl02-4-18-2009.evtx/if:true" , but I get
"is not recognized as an internal or external command operable program or batch file."
I need your help.
Thanks