Parse Events via PowerShell into table. Ever have need to parse an event, and grab a field from the event description, then perform some action after that? Here’s some PowerShell that may help you first to create a table, then setup columns, gather data, then parse what you need, and run a command to …
Monthly Archives: August 2021
Mining Windows Event Log
Use Get-WinEvent to use XML and filters from event viewer, to mine an event, including examples for a specific string, from a specific event, in a specific event log? Hopefully this post will help with a few tips to simplify monitoring for events, whether in AzMon, SCOM, or via PowerShell. …