API Reference
Class
View (GpoInventoryHealthService)
Aggregated view of inventory health slices.
Inheritance
- Object
- View
Constructors
public View() #Inherited Methods
Properties
public String DomainName { get; set; } #DNS domain name evaluated.
public Boolean CollectionSucceeded { get; set; } #True when collection completed successfully.
public String CollectionError { get; set; } #Error details when collection fails; null when successful.
public Int32 GposEnumerated { get; set; } #Number of GPO objects enumerated during collection.
public IReadOnlyList<GpoHealthItem> All { get; set; } #All GPOs returned for the domain.
public IReadOnlyList<GpoHealthItem> AllSettingsDisabled { get; set; } #GPOs with both user and computer settings disabled.
public IReadOnlyList<GpoHealthItem> Empty { get; set; } #GPOs with no configured settings.
public IReadOnlyList<GpoHealthItem> Unlinked { get; set; } #GPOs not linked to any scope.
public IReadOnlyList<GpoHealthItem> Disabled { get; set; } #GPOs explicitly disabled.