翻訳は機械翻訳により提供されています。提供された翻訳内容と英語版の間で齟齬、不一致または矛盾がある場合、英語版が優先します。
Windows PowerShell ファイルの使用
Windows PowerShell ファイルを使用するには、 filename
パラメータで PowerShell ファイルへのフルパスを指定します。
"filename": "C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe",
次に、arguments
パラメータにセッションスクリプトを指定します。
"arguments": "-File \"C:\\path\\to\\session\\script.ps1\"",
最後に、 PowerShell 実行ポリシーで PowerShell ファイルの実行が許可されていることを確認します。