Setting up and managing device configurations using Intune
Supported facts from the available documentation:
- The on-demand action is available as Run remediation (preview) in the Intune admin center and as the Microsoft Graph action initiateOnDemandProactiveRemediation.
- The action is for Windows devices.
- Required Intune permissions include Remote tasks/Run Remediation plus permissions that provide device visibility and access.
- Remediations are executed by the Microsoft Intune Management Extension service.
- Policy retrieval for Remediations occurs after device restart, after user sign-in, and once every 8 hours. The 8-hour retrieval schedule is fixed from when the Intune management extension service starts.
- Reporting behavior is not immediate in every scenario. For scripts set to run once, results are reported after the script runs. For recurring scripts, reporting follows a seven-day cycle, with change-based reporting in the first six days and a full report every seven days.
- Monitoring is available in the Intune admin center under Devices > Manage devices > Scripts and remediations > Device status. Output can also be exported to .csv.
For verifying delivery and execution, the documented path is:
- In the Intune admin center, go to Devices > Manage devices > Scripts and remediations.
- Review the remediation overview.
- Select Device status to see per-device status details.
- Use Export to save results to .csv for analysis.
For manually triggering the action from the portal:
- Go to Devices > All devices.
- Select the device.
- Select Run remediation (preview).
- Select the script package.
- Select Run remediation.
The available context does not document:
- reliability percentages for large-scale parallel use
- queueing behavior
- throttling limits
- known intermittent delivery issues
- GA timeline or roadmap for the preview API