Files
PS-WindowsEventActivity/readme.md
2026-03-24 19:25:25 +01:00

15 lines
685 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Build a PowerShell Tool for Windows Event and Text Log Analysis
## Lab Overview
In this lab, youll practice building a PowerShell tool to analyze Windows event logs and text files. When youre finished, youll have a functioning script to scan activity in a given timeframe.
Table of Contents
1. Brainstorm and Sketch Out a Tool
2. Use Get-WinEvent to Query Window Event Logs
3. Find Local Storage Volumes
4. Search all Local Storage Volumes for Log Files
5. Add Script Parameters
6. Add CSV Output
7. Add Simple Error Handling
[Build a PowerShell Tool for Windows Event and Text Log Analysis](https://app.pluralsight.com/hands-on/labs/9558fe0b-2654-40c1-b5ab-2347a8a06c98)