PowerShell logo

Convert from PowerShell

PowerShell is a task-based command-line shell and scripting language built on .NET (now .NET Core), designed for system administration, configuration management, and automation. It treats output as structured objects rather than plain text, letting you pipeline .NET objects between commands. PowerShell uses an imperative, verb-noun cmdlet naming convention and runs cross-platform on Windows, Linux, and macOS. With over 200 built-in cmdlets and a full-fledged scripting environment, it’s ideal for both ad-hoc administrative tasks and complex automation workflows.