TestimoX

API Reference

Class

GpoApplicabilityEngine

Namespace ADPlayground.Gpo.Policy
Assembly ADPlayground
Modifiers static

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 requiredposition: 0
targetDn System.String requiredposition: 1
context ADPlayground.Gpo.Policy.GpoTargetComputerContext requiredposition: 2
options ADPlayground.Gpo.Policy.GpoApplicabilityOptions = null optionalposition: 3
decisions System.Collections.Generic.List{ADPlayground.Gpo.Policy.GpoApplicabilityDecision} = null optionalposition: 4