ExecutionPolicyScope Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
Process | 0 | |
CurrentUser | 1 | |
LocalMachine | 2 | |
UserPolicy | 3 | |
MachinePolicy | 4 |