名前 Set-ExecutionPolicy 概要 Changes the user preference for the Windows PowerShell execution policy. 構文 Set-ExecutionPolicy [-ExecutionPolicy] [[-Scope] ] [-Force] [-Confirm] [-W hatIf] [] 説明 The Set-ExecutionPolicy cmdlet changes the user preference for the Windows PowerShell execution policy. The execution policy is part of the security strategy of Windows PowerShell. It determines whether you can load co nfiguration files (including your Windows PowerShell profile) and run scripts, and it determines which scripts, if any, must be digitally signed before they will run. For more information, see about_Execution_Policies (http://go .microsoft.com/fwlink/?LinkID=135170). NOTE: To change the execution policy for the default (LocalMachine) scope, start Windows PowerShell with the "Run as administrator" option. 関連するリンク Online Version: http://go.microsoft.com/fwlink/p/?linkid=293941 Get-AuthenticodeSignature Get-ExecutionPolicy Set-AuthenticodeSignature about_Execution_Policies about_Signing 注釈 例を参照するには、次のように入力してください: "get-help Set-ExecutionPolicy -examples". 詳細を参照するには、次のように入力してください: "get-help Set-ExecutionPolicy -detailed". 技術情報を参照するには、次のように入力してください: "get-help Set-ExecutionPolicy -full". オンライン ヘルプを参照するには、次のように入力してください: "get-help Set-ExecutionPolicy -online"