Search notes:

PowerShell cmdLet get-executionPolicy

get-executionPolicy returns a Microsoft.PowerShell.ExecutionPolicy enum.

-list

PS C:\> get-executionPolicy -list

        Scope ExecutionPolicy
        ----- ---------------
MachinePolicy       Undefined
   UserPolicy       Undefined
      Process       Undefined
  CurrentUser    RemoteSigned
 LocalMachine    RemoteSigned

See also

Powershell command noun: executionPolicy

Index