TestimoX

API Reference

Class

GpoBlockedInheritanceRow

Namespace ADPlayground.Gpo
Assembly ADPlayground
Modifiers sealed

Represents Block Inheritance status for an Organizational Unit.

Inheritance

  • Object
  • GpoBlockedInheritanceRow

Constructors

Properties

public String DomainName { get; set; } #

DNS domain name where the OU resides.

public String DistinguishedName { get; set; } #

OU distinguished name.

public String CanonicalName { get; set; } #

OU canonical name when available; otherwise derived from DN.

public Boolean BlockedInheritance { get; set; } #

True when Block Inheritance is enabled (gPOptions bit 1).

public Int32 GpOptions { get; set; } #

Raw gPOptions value from the OU.

public String Notes { get; set; } #

Notes describing access errors or other diagnostics.