Enum WindowsPowerShellRights
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the rights that can be assigned with Windows PowerShell permissions.
[Flags]
public enum WindowsPowerShellRights
Fields
Execute = 4The user has execute permissions.
FullControl = Read | Write | ExecuteThe user has full control.
Read = 1The user has read permissions.
Unknown = 0The rights are unknown.
Write = 2The user has write permissions.