API Reference
Class
GpoAnalysisPreferenceSection
Named analysis section grouping Group Policy Preferences (GPP) items by area (e.g., Drives, Scheduled Tasks).
Inheritance
- Object
- GpoAnalysisPreferenceSection
Constructors
public GpoAnalysisPreferenceSection() #Inherited Methods
Properties
public String Name { get; set; } #Section identifier (e.g., PreferencesDrives).
public String GpoPath { get; set; } #Optional Group Policy Editor path hint (e.g., Preferences -> Windows Settings -> Drive Maps).
public IReadOnlyList<GpoAnalysisPreferenceRow> Entries { get; set; } #Matched preference items with GPO context.