Windows Triaging with Powershell — Part 1: Parsing Event Logs

<p>This is the part 1 for Triaging a Windows system with Powershell. On a Windows machine, Event Logs play an important role in determining a timeline of various User and System activities by integrating logging information and assessing different EntryTypes comprising the logs to reveal the behavior of each activity on the machine.</p> <p>There are many features available in Windows Powershell to analyze Event Logs, parse the data and create report. In this blog, we will look at some of the Powershell functions to perform these activities.</p> <p>We will now look at how to parse Windows Event Logs with Powershell commands and create a HTML Report.</p> <p><a href="https://aditya-pratap9557.medium.com/windows-triaging-with-powershell-part-1-parsing-event-logs-a6748657d150"><strong>Visit Now</strong></a></p>
Tags: Event Logs