TestimoX

API Reference

Class

AdmxIntuneReadinessReport

Namespace ADPlayground.Gpo.GpoLocal
Assembly ADPlayground
Modifiers sealed

Intune custom ADMX import readiness for one or more ADMX/ADML files.

Inheritance

  • Object
  • AdmxIntuneReadinessReport

Usage

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

Accepted by parameters

Constructors

Properties

public Boolean IsReady { get; } #

True when no Intune import compatibility issues were found.

public Int32 IssueCount { get; } #

Total number of compatibility issues.

public Int32 RepairActionCount { get; } #

Total number of preview repair actions inferred from the issues.

public IReadOnlyList<AdmxIntuneReadinessIssue> Issues { get; set; } #

Issues that may block or weaken Intune custom ADMX import.

public IReadOnlyList<AdmxIntuneRepairAction> RepairActions { get; set; } #

Preview-only repair actions that could produce an Intune-oriented copy.