PowerShell: Introduction
Start learning PowerShell with a quick overview and Hello World.
PowerShell — Introduction
Overview
PowerShell is a task automation shell and scripting language from Microsoft.
Hello World
Write-Output 'Hello, World!'
What you'll learn
- How to run PowerShell
- Basic syntax style
- Next steps (lessons & references)
Next
Open the Syntax & Cheat Sheet page for this language.