TestimoX

API Reference

Class

WmiLinkHealthRow

Namespace ADPlayground.Gpo
Assembly ADPlayground
Modifiers sealed

Describes a malformed WMI link on a GPO, including where it was found and why it is invalid.

Inheritance

  • Object
  • WmiLinkHealthRow

Constructors

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).