API Reference
Class
GpoHealthService
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
- plan System.Collections.Generic.IReadOnlyList{ADPlayground.Gpo.GpoApplicationPlanEntry}
public static GpoHealthRow EvaluateSingle(String domainName, Guid gpoId) #Returns:
GpoHealthRowEvaluates health for a single GPO id.
Parameters
- domainName System.String
- gpoId System.Guid