function SwitchTest ([switch] $on) { Write-Host Switched $(if ($on) { "on" } else { "off" }) }