PowerShell Cheatsheet

# Print cyan-coloured text
Write-Host "foobar" -ForegroundColor Cyan

# Run another Powershell script
& $PSScriptRoot\relative\path\to\other\script.ps1