Table of Contents

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 = 4

The user has execute permissions.

FullControl = Read | Write | Execute

The user has full control.

Read = 1

The user has read permissions.

Unknown = 0

The rights are unknown.

Write = 2

The user has write permissions.