API Reference
Class
GpoApplicabilityOptions
Options controlling how GPO applicability is evaluated for a target computer context.
Inheritance
- Object
- GpoApplicabilityOptions
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
Constructors
public GpoApplicabilityOptions() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.