API Reference
Class
PolicyInspectionService
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
- Policy source (e.g., PolFile, RegistryPolicyProxy).
- doc ADPlayground.Gpo.GpoLocal.AdmxDocument
- Merged ADMX document.
- filter System.Nullable{ADPlayground.Gpo.GpoLocal.PolicyState}
- Optional filter for basic state; null means both.