Want to learn and master PowerShell?

Join Exercism’s PowerShell Track for access to 130 exercises with automatic analysis of your code and personal mentoring, all 100% free.

About PowerShell

Function Get-HelloWorld {	Param(	[Parameter(Mandatory=$false, Position=0)]	[string]$Person = "World"	)	return "Hello, $Person!" }

130 coding exercises for PowerShell on Exercism. From Error Handling to Binary Search.


Get better at programming through fun, rewarding coding exercises that test your understanding of concepts with Exercism.

See all PowerShell exercises on Exercism

Key Features of PowerShell


PowerShell

Cross Platform

Powershell runs on Windows, macOS, and Linux.

Interop

Leverage the .NET framework with ease.

Composable

Leverage pipelines to chain commands together.

CLI

Powerful command line interface, that lets you interact with the system.

Customizable Trust Levels

Set execution policy which allows you to control the level of trust for scripts.

Extensible

Extensible with modules and scripts from the community, or create your own.

Get mentored the PowerShell way

Every language has its own way of doing things. PowerShell is no different. Our mentors will help you learn to think like a PowerShell developer and how to write idiomatic code in PowerShell. Once you've solved an exercise, submit it to our volunteer team, and they'll give you hints, ideas, and feedback on how to make it feel more like what you'd normally see in PowerShell - they'll help you discover the things you don't know that you don't know.

Learn more about mentoring

Community-sourced PowerShell exercises

The PowerShell track on Exercism has 130 exercises to help you write better code.

See all PowerShell exercises
PowerShell

Get started with the PowerShell track

The best part, it’s 100% free for everyone.

Join the PowerShell track