From 6842893b812a76879d2832be2271f5265f6035f9 Mon Sep 17 00:00:00 2001 From: maxxi Date: Tue, 24 Mar 2026 19:24:31 +0100 Subject: [PATCH] added readme --- readme.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 readme.md diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..d3cab94 --- /dev/null +++ b/readme.md @@ -0,0 +1,15 @@ +# 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 +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] \ No newline at end of file