TestimoX

API Reference

Class

GpoAnalysisSection

Namespace ADPlayground.Gpo
Assembly ADPlayground
Modifiers sealed

Named analysis section grouping settings by ADMX category path patterns (wildcards).

Inheritance

  • Object
  • GpoAnalysisSection

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Constructors

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.