Want to learn and master PowerShell?

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

Explore exercises

About PowerShell

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

	return "Hello, $Person!"
}

123 coding exercises for PowerShell on Exercism. From Killer Sudoku Helper to Anagram.


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 123 exercises to help you write better code. Discover new exercises as you progress and get engrossed in learning new concepts and improving the way you currently write.

See all PowerShell exercises
PowerShell

Get started with the PowerShell track

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