TestimoX

API Reference

Class

AdmxExplorerStats

Namespace ADPlayground.Gpo.GpoLocal
Assembly ADPlayground
Modifiers sealed

Aggregate counts for an AdmxExplorerExport.

Inheritance

  • Object
  • AdmxExplorerStats

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 AdmxExplorerStats() #

Properties

public Int32 SourceFileCount { get; set; } #

Total ADMX source files in the export.

public Int32 PolicyCount { get; set; } #

Total policy records in the export.

public Int32 CategoryCount { get; set; } #

Total category nodes in the export.

public Int32 RootCategoryCount { get; set; } #

Total root category nodes in the export.

public Int32 CategorizedPolicyCount { get; set; } #

Total policies assigned to a category path.

public Int32 UncategorizedPolicyCount { get; set; } #

Total policies that did not resolve to any category path.

public Int32 MachinePolicyCount { get; set; } #

Total machine-scoped policies.

public Int32 UserPolicyCount { get; set; } #

Total user-scoped policies.

public Int32 BothPolicyCount { get; set; } #

Total policies that support both scopes.

public Int32 UnknownPolicyCount { get; set; } #

Total policies whose class is unknown.