API Reference
Class
WmiLinkHealthRow
Describes a malformed WMI link on a GPO, including where it was found and why it is invalid.
Inheritance
- Object
- WmiLinkHealthRow
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
- Property GpResultSingleReport.InvalidWmiLinks
- Method LinkHealthService.EnumerateInvalidWmiLinks
- Property LinkHealthView.Items
Constructors
public WmiLinkHealthRow() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String DomainName { get; set; } #DNS domain name hosting the GPO.
public Nullable<Guid> GpoId { get; set; } #GPO identifier when derivable from DN.
public String GpoDistinguishedName { get; set; } #Distinguished name of the GPO.
public String Attribute { get; set; } #Which attribute is invalid: gPCWQLFilter or gPCWMIFilter.
public String Value { get; set; } #The raw attribute value read from AD.
public String Reason { get; set; } #Short reason for invalidity (e.g., DomainToken, NotDn, Empty, LdapUrlNoDn).