PowerShellコマンドライン引数の取得
$Args[0]
スクリプトに渡された1番目の引数
$Args[1]
スクリプトに渡された2番目の引数
...
#コマンドライン引数の取得
#PowerShell
#todo