I need to generate a report showing X entries for each type of Windows event code I have. The report would look something like:
Event Code: X (say 4624 for example)
<most recent event with an Event Code of 4624><second most recent event and Event Code of 4624><<n> most recent event with an Event Code of 4624> where <n> is equal to X above (say 10 for example)
Event Code: Y (say 4625 for example)
<most recent event with an Event Code of 4624><second most recent event and Event Code of 4624><<n> most recent event with an Event Code of 4624> where <n> is equal to X above (say 10 for example)
↧