TestimoX

API Reference

Class

PolicyInspectionService

Namespace ADPlayground.Gpo.GpoLocal

Helpers to inspect configured policies from ADMX + policy data sources.

Inheritance

  • Object
  • PolicyInspectionService

Methods

ListConfigured(ADPlayground.Gpo.GpoLocal.IPolicySource source, ADPlayground.Gpo.GpoLocal.AdmxDocument doc, System.Nullable{ADPlayground.Gpo.GpoLocal.PolicyState} filter) #

Enumerates configured policies (Enabled/Disabled) in the given policy source.

Parameters

source ADPlayground.Gpo.GpoLocal.IPolicySource required
Policy source (e.g., PolFile, RegistryPolicyProxy).
doc ADPlayground.Gpo.GpoLocal.AdmxDocument required
Merged ADMX document.
filter System.Nullable{ADPlayground.Gpo.GpoLocal.PolicyState} required
Optional filter for basic state; null means both.