Enum GroupPolicyScriptRunOrder
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Determines the run order of Group Policy object scripts.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum GroupPolicyScriptRunOrder
Fields
PowerShellNotConfigured = 1
The run order is not configured.
RunPowerShellScriptsFirst = 2
The run order is to run PowerShell scripts first.
RunPowerShellScriptsLast = 3
The run order is to run PowerShell scripts last.
Unknown = 0
The run order is unknown.