API Reference
Class
GpoAnalysisSection
Named analysis section grouping settings by ADMX category path patterns (wildcards).
Inheritance
- Object
- GpoAnalysisSection
Constructors
public GpoAnalysisSection() #Inherited Methods
Properties
public String Name { get; set; } #Section identifier (e.g., WindowsUpdate, Defender, Firewall).
public String GpoPath { get; set; } #Optional Group Policy Editor path hint (e.g., Policies -> Administrative Templates -> ...).
public IReadOnlyList<String> CategoryPatterns { get; set; } #Wildcard patterns applied to ADMX category paths to include settings in this section.
public IReadOnlyList<GpoAnalysisSettingRow> Settings { get; set; } #Matched policy settings with GPO context.