2c16caf0be539dd99711e1f168cd5e3e6fe2e199
Build a PowerShell Tool for Windows Event and Text Log Analysis
Lab Overview
In this lab, you’ll practice building a PowerShell tool to analyze Windows event logs and text files. When you’re finished, you’ll have a functioning script to scan activity in a given timeframe.
Table of Contents
- Brainstorm and Sketch Out a Tool
- Use Get-WinEvent to Query Window Event Logs
- Find Local Storage Volumes
- Search all Local Storage Volumes for Log Files
- Add Script Parameters
- Add CSV Output
- Add Simple Error Handling
Build a PowerShell Tool for Windows Event and Text Log Analysis
Description
Languages
PowerShell
100%