API Reference
Options (GpoAnalysisService)
Options controlling the scope and content of the analysis.
Inheritance
- Object
- Options
Constructors
public Options() #Inherited Methods
Properties
public String Scope { get; set; } #Policy scope to include: Both (default), Computer or User.
public Boolean SupportedOnly { get; set; } #When true, include only settings marked supported by ADMX SupportedOn evaluation.
public Boolean IncludeUnknown { get; set; } #When true, include unmapped registry values (no ADMX mapping found).
public Boolean IncludeUnknownCandidates { get; set; } #When true, computes best-effort ADMX policy candidates for unmapped registry values. This improves triage but adds additional processing proportional to unknown row count.
public Int32 MaxUnknownCandidatesPerRow { get; set; } #Maximum number of candidate policies to attach per unmapped registry value when IncludeUnknownCandidates is enabled.
public Boolean IncludeGppPasswords { get; set; } #When true, include Group Policy Preferences password (cpassword) findings.
public Boolean IncludePreferences { get; set; } #When true, parse Group Policy Preferences (GPP) items and include them in the report.
public Boolean IncludeEmptySections { get; set; } #When true, include sections even when empty.
public String SectionFilter { get; set; } #Optional wildcard to limit sections by name (e.g., Windows*).