API Reference
Class
GpoApplicabilityOptions
Options controlling how GPO applicability is evaluated for a target computer context.
Inheritance
- Object
- GpoApplicabilityOptions
Constructors
public GpoApplicabilityOptions() #Inherited Methods
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.