windows:powershell:commands:execution_policy

文書の過去の版を表示しています。


Get-ExecutionPolicy/Set-ExecutionPolicy

コンピューターの PowerShell 実行ポリシーを設定します。

PS > Get-ExecutionPolicy
RemoteSigned
 
PS > Get-ExecutionPolicy -List
 
        Scope ExecutionPolicy
        ----- ---------------
MachinePolicy       Undefined
   UserPolicy       Undefined
      Process       Undefined
  CurrentUser       Undefined
 LocalMachine    RemoteSigned
  • windows/powershell/commands/execution_policy.1582369528.txt.gz
  • 最終更新: 2020/02/22 20:05
  • by ともやん