TestimoX

API Reference

Class

AdmxCentralStoreGpoUsageSummary

Namespace ADPlayground.Gpo
Assembly ADPlayground
Modifiers sealed

GPO usage summary for ADMX files and policy definitions.

Inheritance

  • Object
  • AdmxCentralStoreGpoUsageSummary

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

public AdmxCentralStoreGpoUsageSummary() #

Properties

public Int32 GpoCount { get; set; } #

Total GPO rows considered.

public Int32 ScannedGpoCount { get; set; } #

GPOs scanned before the configured cap was reached.

public Int32 RegistryPolFileCount { get; set; } #

Number of registry.pol files parsed.

public Int32 MappedSettingCount { get; set; } #

Number of ADMX-mapped settings found in GPO registry policy files.

public Int32 UnknownRegistryValueCount { get; set; } #

Number of registry policy values without an ADMX match.

public Int32 CmtxPolicyReferenceCount { get; set; } #

Number of policy references found in CMTX files.

public IReadOnlyList<AdmxCentralStoreAdmxUsage> AdmxUsage { get; set; } #

Per-ADMX usage summary.

public IReadOnlyList<AdmxCentralStorePolicyUsage> Policies { get; set; } #

Detailed mapped settings, capped only by the GPO scan scope.

public IReadOnlyList<AdmxCentralStoreUnknownRegistryValue> UnknownRegistryValues { get; set; } #

Unknown registry policy rows.

public IReadOnlyList<AdmxCentralStoreUsageError> Errors { get; set; } #

Errors from GPO usage scanning.