DrSchool Learn coding, fast.
EN AR BN CS DE EL Search

PowerShell: Introduction

Start learning PowerShell with a quick overview and Hello World.

Read time: 1 min • Words: 43
My Progress

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.