TestimoX

API Reference

Class

AdmxPolicyIntuneArtifact

Namespace ADPlayground.Gpo.GpoLocal
Assembly ADPlayground
Modifiers sealed

Intune-oriented artifact set derived from a typed ADMX policy state.

Inheritance

  • Object
  • AdmxPolicyIntuneArtifact

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 Boolean SupportsProactiveRemediation { get; set; } #

True when the current artifact can be deployed as an Intune proactive remediation script pair.

public String SuggestedName { get; set; } #

Suggested friendly package name for Intune uploads.

public String DetectionScript { get; set; } #

Detection script that exits 0 when compliant and 1 when remediation is required.

public String RemediationScript { get; set; } #

Remediation script that applies the requested policy state.