$HaloPeeps = @('Master Chief', 'Cortana', 'Captain Keys', 'Flood') Foreach ($peep in $HaloPeeps){ Write-Host $peep "has arrived!" }