API Reference
Class
AdmxPolicyIntuneArtifact
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
- Property AdmxPolicyArtifact.Intune
Constructors
public AdmxPolicyIntuneArtifact() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.