powershellでポップアップ

$wsobj = new-object -comobject wscript.shell
$result = $wsobj.popup("PowerShellでメッセージボックスを表示")

ネタ元