API Reference
Class
GpoHealthItem
Represents a single GPO with key inventory properties.
Inheritance
- Object
- GpoHealthItem
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 GpoHealthItem.<Clone>$
- Property View.All
- Property View.AllSettingsDisabled
- Property View.Disabled
- Property View.Empty
- Property View.Unlinked
Constructors
public GpoHealthItem(String DomainName, String DisplayName, Guid Guid, String DistinguishedName, Boolean Linked, Boolean Enabled, Boolean NoSettings, Boolean UserEnabled, Boolean ComputerEnabled, Int32 LinksCount, Int32 LinksEnabledCount, Int32 LinksDisabledCount, String Links) #Represents a single GPO with key inventory properties.
Parameters
- DomainName System.String
- DisplayName System.String
- Guid System.Guid
- DistinguishedName System.String
- Linked System.Boolean
- Enabled System.Boolean
- NoSettings System.Boolean
- UserEnabled System.Boolean
- ComputerEnabled System.Boolean
- LinksCount System.Int32
- LinksEnabledCount System.Int32
- LinksDisabledCount System.Int32
- Links System.String
Methods
public GpoHealthItem <Clone>$() #Returns:
GpoHealthItempublic Void Deconstruct(out String DomainName, out String DisplayName, out Guid Guid, out String DistinguishedName, out Boolean Linked, out Boolean Enabled, out Boolean NoSettings, out Boolean UserEnabled, out Boolean ComputerEnabled, out Int32 LinksCount, out Int32 LinksEnabledCount, out Int32 LinksDisabledCount, out String Links) #Returns:
VoidParameters
- DomainName String
- DisplayName String
- Guid Guid
- DistinguishedName String
- Linked Boolean
- Enabled Boolean
- NoSettings Boolean
- UserEnabled Boolean
- ComputerEnabled Boolean
- LinksCount Int32
- LinksEnabledCount Int32
- LinksDisabledCount Int32
- Links String
public override Int32 GetHashCode() #Returns:
Int32public override String ToString() #Returns:
StringInherited Methods
Properties
public Boolean AllSettingsDisabled { get; } #True when both user and computer parts are disabled.
public String DomainName { get; set; } #public String DisplayName { get; set; } #public Guid Guid { get; set; } #public String DistinguishedName { get; set; } #public Boolean Linked { get; set; } #public Boolean Enabled { get; set; } #public Boolean NoSettings { get; set; } #public Boolean UserEnabled { get; set; } #public Boolean ComputerEnabled { get; set; } #public Int32 LinksCount { get; set; } #public Int32 LinksEnabledCount { get; set; } #public Int32 LinksDisabledCount { get; set; } #public String Links { get; set; } #