TestimoX

API Reference

Enum

GpoLinkState

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

State of a link between a GPO and a directory container.

Inheritance

  • Enum
  • GpoLinkState

Values

public const GpoLinkState Unlinked #

No links exist to the GPO.

Value: 0
public const GpoLinkState LinkedEnabled #

At least one link exists and is enabled.

Value: 1
public const GpoLinkState LinkedDisabled #

All links are disabled.

Value: 2
public const GpoLinkState LinkedBroken #

Links exist but resolve to missing targets or invalid paths.

Value: 3