PowerShell

Microsoft's object-oriented shell and scripting language — default on Windows, available cross-platform as pwsh.

Definition

PowerShell pipes structured .NET objects between cmdlets instead of plain text, which makes administrative scripting on Windows much cleaner than cmd.exe. PowerShell 7+ (pwsh) is cross-platform and works on macOS and Linux. Most Windows server administration, Azure CLI scripting, and Microsoft 365 administration goes through PowerShell modules.

When to use

See also

Mentioned in