Start-Process "実行対象”
プロセス終了まで次のコマンドを待つ
Start-Process -wait "実行対象"
引数付きで実行する
Start-Process "実行対象" -ArgumentList "引数1","引数2”