こんにちは、今日はPowerShellで実行ポリシーを取得するコマンドレットGet-ExecutionPolicyの使い方についてまとめていきます。
確認環境
PSVersion 5.1.18362.1110
Get-ExecutionPolicyの使い方
以下のようにコマンドを実行すると現在の実行ポリシーが表示されます。
PS C:\Users\santerabyte> Get-ExecutionPolicy
Restricted
リンク
Get-ExecutionPolicy (Microsoft.PowerShell.Security) – PowerShell | Microsoft Docs
https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.security/get-executionpolicy?view=powershell-7.1