Your complete PowerShell reference and learning hub. Search commands, explore examples, and go from zero to script hero.
Built for script writers — from your first line to production automation.
Find any cmdlet instantly. Search by name, category, or what you're trying to do.
Every command includes practical, copy-paste examples you can use in your scripts right away.
Full parameter tables with types and descriptions. Know exactly what each option does.
Step-by-step lessons designed to build your skills progressively from scratch.
Color-coded PowerShell windows make examples easy to read and understand.
Commands grouped by topic: File System, Pipeline, Network, Modules, and more.
Learn these first — they'll unlock everything else in PowerShell.
Get-Help Get-ChildItem -Examples
Get-Command *service*
Get-Process | Get-Member
Get-Service | Where-Object Status -eq 'Running'
Get-Process | Select-Object Name, Id, CPU | Sort-Object CPU -Descending
Start with the command reference or jump into Lesson 1.