TestimoX

API Reference

Class

GpoHealthService

Namespace ADPlayground.Gpo
Assembly ADPlayground
Modifiers static

Computes lightweight health summaries for GPOs using LDAP + SYSVOL (no external tools).

Inheritance

  • Object
  • GpoHealthService

Methods

public static IReadOnlyList<GpoHealthRow> Evaluate(String domainName, IReadOnlyList<GpoApplicationPlanEntry> plan) #
Returns: IReadOnlyList<GpoHealthRow>

Evaluates health for a list of GPO ids. Best used with ids taken from a plan for a target DN.

Parameters

domainName System.String requiredposition: 0
plan System.Collections.Generic.IReadOnlyList{ADPlayground.Gpo.GpoApplicationPlanEntry} requiredposition: 1
public static GpoHealthRow EvaluateSingle(String domainName, Guid gpoId) #
Returns: GpoHealthRow

Evaluates health for a single GPO id.

Parameters

domainName System.String requiredposition: 0
gpoId System.Guid requiredposition: 1