$House = "Targaryen" Switch($House){ "Targaryen" {Write-Host "You're crazy!"; break} "Lannister" {Write-Host "You always pay your debts!"; break} "Stark" {Write-Host "Nothing bad is going to happen at the wall"; break} }