http://morimorigameblogg.blogspot.com/2010/05/windows-power-shell_15.html
[void][Reflection.Assembly]::LoadWithPartialName("System.Windows.Forms")
[System.Windows.Forms.MessageBox]::Show("メッセージボックス");.netのライブラリを読み込んで、System.Windows.Forms.MessageBoxを利用する。