ExecutionPolicy 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 different Execution Policies supported by the PSAuthorizationManager class.
public enum class ExecutionPolicy
public enum class ExecutionPolicy
enum ExecutionPolicy
public enum ExecutionPolicy
type ExecutionPolicy =
Public Enum ExecutionPolicy
- Inheritance
-
ExecutionPolicy
Fields
Name | Value | Description |
---|---|---|
Unrestricted | 0 | |
RemoteSigned | 1 | |
AllSigned | 2 | |
Default | 3 | Default - The most restrictive policy available. |
Restricted | 3 | |
Bypass | 4 | |
Undefined | 5 |