API Reference
Class
GpoResultComposer
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:
GpoResultPairReportComposes a GpoResultReport from EffectivePolicyDetails applying optional filters.
Parameters
- details ADPlayground.Gpo.EffectivePolicyDetails
- Effective policy details.
- categoryWildcard System.String
- Optional wildcard to filter by category/policy/display name.
- supportedOnly System.Boolean
- 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
- Effective policy pair.
- categoryWildcard System.String
- Optional wildcard to filter by category/policy/display name.
- supportedOnly System.Boolean
- When true, excludes settings marked as not supported.
Returns
Shaped pair report with the original pair in Raw.