TestimoX

API Reference

Class

GpoOwnerInfo

Namespace ADPlayground.Gpo
Assembly ADPlayground
Modifiers sealed

Represents GPO ownership information read from the AD security descriptor.

Inheritance

  • Object
  • GpoOwnerInfo

Constructors

Properties

public String DomainName { get; set; } #

DNS domain name where the GPO resides.

public Guid GpoId { get; set; } #

GPO GUID (groupPolicyContainer objectGuid).

public String GpoDistinguishedName { get; set; } #

Distinguished name of the groupPolicyContainer.

public String Owner { get; set; } #

Owner display name, when resolvable.

public String OwnerSid { get; set; } #

Owner SID value, when available.

public String Notes { get; set; } #

Notes describing missing objects, access denied, or other diagnostics.