ExecutionPolicyScope Enum

Definition

Defines the available configuration scopes for an execution policy. They are in the following priority, with successive elements overriding the items that precede them: LocalMachine -> CurrentUser -> Runspace.

public enum class ExecutionPolicyScope
public enum class ExecutionPolicyScope
enum ExecutionPolicyScope
public enum ExecutionPolicyScope
type ExecutionPolicyScope = 
Public Enum ExecutionPolicyScope
Inheritance
ExecutionPolicyScope

Fields

CurrentUser 1
LocalMachine 2
MachinePolicy 4
Process 0
UserPolicy 3

Applies to