API Reference
Class
RsopCoverageService
Computes RSOP coverage (mapped vs unknown) and family breakdown for a set of mapped/unknown policy rows.
Inheritance
- Object
- RsopCoverageService
Methods
public static RsopCoverage Compute(AdmxDocument doc, IReadOnlyList<GpoPolicySettingDetail> mapped, IReadOnlyList<GpoRegistryValueDetail> unknown) #Returns:
RsopCoverageComputes a high-level RSOP coverage summary for a resolved effective policy.
Parameters
- doc ADPlayground.Gpo.GpoLocal.AdmxDocument
- The ADMX catalog used when mapping policy keys/values.
- mapped System.Collections.Generic.IReadOnlyList{ADPlayground.Gpo.GpoPolicySettingDetail}
- Policy rows that were successfully mapped to ADMX-backed settings.
- unknown System.Collections.Generic.IReadOnlyList{ADPlayground.Gpo.GpoRegistryValueDetail}
- Policy rows that were not mapped (raw registry values under Software\Policies etc.).
Returns
A RsopCoverage object with total mapped/unknown counts and per-family breakdown.