API Reference
Class
EffectivePolicyShaper
Shared helpers to shape/filter Effective policy Settings by category/policy name and SupportedOnly flag.
Inheritance
- Object
- EffectivePolicyShaper
Methods
public static IReadOnlyList<GpoPolicySettingDetail> ShapeSettings(IReadOnlyList<GpoPolicySettingDetail> settings, String categoryWildcard, Boolean supportedOnly) #Returns:
IReadOnlyList<GpoPolicySettingDetail>Filters and shapes a list of effective policy settings by optional category/policy wildcard and an optional supportedOnly flag.
Parameters
- settings System.Collections.Generic.IReadOnlyList{ADPlayground.Gpo.GpoPolicySettingDetail}
- Input settings to filter.
- categoryWildcard System.String
- Wildcard to match against Category, PolicyName or DisplayName; null to skip.
- supportedOnly System.Boolean
- When true, excludes settings marked as not supported.
Returns
Filtered settings list.