API Reference
Class
GpoOwnerInfo
Represents GPO ownership information read from the AD security descriptor.
Inheritance
- Object
- GpoOwnerInfo
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Method GpoOwnershipService.GetOwner
- Method GpoOwnershipService.SetOwner
Constructors
public GpoOwnerInfo() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.