API Reference
AdmxCentralStorePostureReport
ADMX Central Store posture report combining inventory, health, provider drift, usage, and cleanup previews.
Inheritance
- Object
- AdmxCentralStorePostureReport
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 AdmxCentralStorePostureReport() #Inherited Methods
public override Boolean Equals(Object obj) #BooleanParameters
- obj Object
Properties
public Boolean CollectionSucceeded { get; set; } #True when evaluation completed and returned a report.
public String CollectionError { get; set; } #Error message when collection failed before posture could be evaluated.
public DateTime GeneratedUtc { get; set; } #UTC timestamp when the report was generated.
public String DomainName { get; set; } #Domain DNS name represented by the report, when known.
public String PoliciesRoot { get; set; } #Policies root scanned for GPOs.
public String CentralStoreRoot { get; set; } #Central Store root scanned for ADMX/ADML files.
public String Language { get; set; } #Preferred ADML language used for parsing.
public Boolean CentralStoreExists { get; set; } #True when the Central Store directory exists.
public Int32 PolicyCount { get; set; } #Number of policy definitions loaded from ADMX.
public Int32 CategoryCount { get; set; } #Number of category definitions loaded from ADMX.
public AdmxCentralStoreInventory Inventory { get; set; } #File inventory summary for Central Store.
public AdmxHealthReport Health { get; set; } #ADMX health report for the Central Store.
public IReadOnlyList<AdmxCentralStoreBaselineComparison> Baselines { get; set; } #Provider/baseline comparisons against Central Store.
public IReadOnlyList<AdmxCentralStoreFileBaselineStatus> FileBaselineStatus { get; set; } #Per-file baseline coverage for files present in Central Store.
public AdmxCentralStoreLanguagePosture LanguagePosture { get; set; } #Desired-language coverage and preview-only language cleanup posture.
public AdmxCentralStoreGpoUsageSummary GpoUsage { get; set; } #GPO usage mapping summary.
public IReadOnlyList<AdmxCentralStoreCleanupCandidate> CleanupCandidates { get; set; } #Preview-only cleanup candidates. Consumers must still require explicit write intent before deleting files.
public IReadOnlyList<AdmxCentralStoreFinding> Findings { get; set; } #Structured findings generated from health, drift, usage, and cleanup signals.
public IReadOnlyList<String> Warnings { get; set; } #Non-fatal warnings encountered while evaluating posture.