TestimoX

API Reference

Class

EffectivePolicyShaper

Namespace ADPlayground.Gpo
Assembly ADPlayground
Modifiers static

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} requiredposition: 0
Input settings to filter.
categoryWildcard System.String requiredposition: 1
Wildcard to match against Category, PolicyName or DisplayName; null to skip.
supportedOnly System.Boolean requiredposition: 2
When true, excludes settings marked as not supported.

Returns

Filtered settings list.