API Reference
Class
GpoOwnerInfo
Represents GPO ownership information read from the AD security descriptor.
Inheritance
- Object
- GpoOwnerInfo
Constructors
public GpoOwnerInfo() #Inherited Methods
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.