TestimoX

API Reference

Class

GpoResultComposer

Namespace ADPlayground.Gpo
Assembly ADPlayground
Modifiers static

Shapes EffectivePolicyDetails/Pair into GpoResultReport/PairReport and applies optional category/support filters.

Inheritance

  • Object
  • GpoResultComposer

Methods

Compose 2 overloads
public static GpoResultPairReport Compose(EffectivePolicyPair pair, String categoryWildcard, Boolean supportedOnly) #
Returns: GpoResultPairReport

Composes a GpoResultReport from EffectivePolicyDetails applying optional filters.

Parameters

details ADPlayground.Gpo.EffectivePolicyDetails requiredposition: 0
Effective policy details.
categoryWildcard System.String requiredposition: 1
Optional wildcard to filter by category/policy/display name.
supportedOnly System.Boolean requiredposition: 2
When true, excludes settings marked as not supported.

Returns

Shaped report with the original details in Raw.

Compose(ADPlayground.Gpo.EffectivePolicyPair pair, System.String categoryWildcard, System.Boolean supportedOnly) #

Composes a GpoResultPairReport from a computer/user EffectivePolicyPair applying filters.

Parameters

pair ADPlayground.Gpo.EffectivePolicyPair required
Effective policy pair.
categoryWildcard System.String required
Optional wildcard to filter by category/policy/display name.
supportedOnly System.Boolean required
When true, excludes settings marked as not supported.

Returns

Shaped pair report with the original pair in Raw.