TestimoX

API Reference

Enum

GpoAdObjectStatus

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

Public AD object probe status for GPO references used in typed results.

Inheritance

  • Enum
  • GpoAdObjectStatus

Values

public const GpoAdObjectStatus Unknown #

Status could not be determined.

Value: 0
public const GpoAdObjectStatus Exists #

GPO object exists and is readable.

Value: 1
public const GpoAdObjectStatus NotFound #

GPO object was not found in the expected domain container.

Value: 2
public const GpoAdObjectStatus AccessDenied #

GPO object exists but access is denied for the current principal.

Value: 3