Skip to main content
Retrieve an aggregated remediation summary across all Intune Device Health Scripts.
  • Least privileged Microsoft Graph permission to access the action via application: DeviceManagementScripts.Read.All, DeviceManagementScripts.ReadWrite.All.
External DocumentationTo learn more, visit the Microsoft Intune documentation.

Example Output

{
	"value": {
		"@odata.type": "microsoft.graph.deviceHealthScriptRemediationSummary",
		"scriptCount": 11,
		"remediatedDeviceCount": 5
	}
}

Workflow Library Example

Get Remediation Summary with Microsoft Intune and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop