API Reference
Class
GpoApplicabilityEngine
Computes the set of applicable GPOs for a target DN and computer context (WMI + security filtering), and returns the ordered list of GPO IDs suitable for effective policy merging.
Inheritance
- Object
- GpoApplicabilityEngine
Methods
public static IReadOnlyList<Guid> GetApplicableGpoIdsForDn(String domainName, String targetDn, GpoTargetComputerContext context, GpoApplicabilityOptions options = null, List<GpoApplicabilityDecision> decisions = null) #Returns:
IReadOnlyList<Guid>Returns the ordered list of applicable GPO IDs for the specified DN and context.
Parameters
- domainName System.String
- targetDn System.String
- context ADPlayground.Gpo.Policy.GpoTargetComputerContext
- options ADPlayground.Gpo.Policy.GpoApplicabilityOptions = null
- decisions System.Collections.Generic.List{ADPlayground.Gpo.Policy.GpoApplicabilityDecision} = null