Skip to content

Level 1 · Entry Foundations

Goal: get comfortable working in pwsh, understand PowerShell's object-based pipeline, and ship a small working script.

Modules

  1. Setup & First Script
  2. Variables & Types
  3. Control Flow
  4. Functions
  5. Working with Objects & the Pipeline
  6. Arrays & Hashtables
  7. Working with Files
  8. Error Handling Basics
  9. Modules Basics
  10. Project — System Info Reporter

By the end of this level you'll be able to write scripts that take input, make decisions, loop over data, work with real .NET objects instead of plain text, process files, handle errors gracefully, and organize logic into reusable functions and modules.