Skip to main content

PowerShell Reference

v1.0.1

Browse and build PowerShell cmdlets with an interactive parameter builder.

Quick-reference for PowerShell — covers cmdlet naming conventions, pipeline, Get-Help, string operators, arrays, hashtables, regular expressions, error handling, and common cmdlets from core modules with copy-ready examples.

How to use
  • Search by cmdlet or concept (e.g. "Select-Object", "Where-Object", "try/catch") to jump to its entry.
  • Click any code snippet to copy it into your PowerShell script or terminal session.
  • Browse the Pipeline section to understand how objects flow between cmdlets without intermediate variables.
  • Use the "Common Parameters" section to understand -WhatIf, -Verbose, and -ErrorAction available on all cmdlets.

Select a cmdlet to get started