TestimoX

API Reference

Class

View (GpoInventoryHealthService)

Namespace ADPlayground.Gpo.GpoInventoryHealthService
Assembly ADPlayground
Modifiers sealed

Aggregated view of inventory health slices.

Inheritance

  • Object
  • View

Constructors

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.