This document provides an overview of Windows PowerShell, including:
- What PowerShell is and its benefits over traditional command prompts
- The PowerShell architecture including hosts, runspaces, providers, and the pipeline
- Common PowerShell cmdlets, parameters, and how to get help
- Working with PowerShell objects, formatting output, and using providers
- Basic PowerShell scripting concepts like variables, arrays, and conditional logic