$response = ""
while($response -ne "QUIT")
{
$response = Read-Host "Type something"
}

<#
Type something: aa
Type something: quit
#>

您也可以关注下方微信公众号获取更多资讯