TestimoX

API Reference

Class

GpoApplicabilityOptions

Namespace ADPlayground.Gpo.Policy
Assembly ADPlayground
Modifiers sealed

Options controlling how GPO applicability is evaluated for a target computer context.

Inheritance

  • Object
  • GpoApplicabilityOptions

Constructors

Properties

public Boolean EvaluateWmi { get; set; } #

When true, evaluates WMI filters (msWMI-Query) against the provided context. Default: true.

public Boolean EvaluateSecurity { get; set; } #

When true, performs a basic security filtering check (Apply Group Policy). Default: true.

public Boolean IncludeSites { get; set; } #

Include site-linked GPOs (Local → Site → Domain → OU order). Default: false.

public RegistryPolicyScope Scope { get; set; } #

Policy scope to merge. Default: Computer.