TestimoX

API Reference

Enum

GpoOrganizationalUnitRecommendation

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

Recommended actions for an Organizational Unit (OU) based on linked GPOs and objects found within the OU scope.

Inheritance

  • Enum
  • GpoOrganizationalUnitRecommendation

Values

public const GpoOrganizationalUnitRecommendation None #

No recommendation.

Value: 0
public const GpoOrganizationalUnitRecommendation Ok #

The OU is considered healthy.

Value: 1
public const GpoOrganizationalUnitRecommendation UnlinkGpo #

The OU has linked GPOs but has no users/computers (or is empty); consider unlinking GPOs from this OU.

Value: 2
public const GpoOrganizationalUnitRecommendation DeleteOu #

The OU has no relevant objects (and possibly no linked GPOs); consider deleting this OU.

Value: 4