powershell
Installation
SKILL.md
PowerShell
A task-based command-line shell and scripting language built on .NET.
When to Use
- Windows system administration
- Azure management
- Object-oriented scripting
- Cross-platform automation (PowerShell Core)
Quick Start
$name = "World"
Write-Host "Hello, $name!"