TestimoX

API Reference

Enum

GpoPermissionRight

Namespace ADPlayground.Gpo
Assembly ADPlayground
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Defines the rights that can be granted on a GPO.

Inheritance

  • Enum
  • GpoPermissionRight

Values

public const GpoPermissionRight GpoApply #

Apply the GPO.

Value: 0
public const GpoPermissionRight GpoRead #

Read the GPO.

Value: 1
public const GpoPermissionRight GpoEdit #

Edit the GPO.

Value: 2
public const GpoPermissionRight GpoEditDelete #

Edit and delete the GPO.

Value: 3
public const GpoPermissionRight GpoEditDeleteModifySecurity #

Edit, delete, and modify security on the GPO.

Value: 4
public const GpoPermissionRight GpoCustom #

Custom permission on the GPO.

Value: 5