TestimoX

API Reference

Enum

GpoLinkTargetType

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

Specifies the type of Active Directory object a GPO is linked to.

Inheritance

  • Enum
  • GpoLinkTargetType

Values

public const GpoLinkTargetType Domain #

Link targets a domain root.

Value: 0
public const GpoLinkTargetType Site #

Link targets a site object.

Value: 1
public const GpoLinkTargetType OrganizationalUnit #

Link targets an organizational unit.

Value: 2
public const GpoLinkTargetType Container #

Link targets a container or other object.

Value: 3