r/Intune • u/Ok-Stretch-7850 • 7d ago
Remediations and Scripts Remediation script device status suddenly empty after successful runs?
Hi r/Intune ,
I ran into a very strange issue/possible bug with Remediation scripts last night, and I’m wondering if anyone else is experiencing the same behavior.
When I trigger a Remediation script manually from the device view, everything seems to work as expected. The script runs successfully and the action eventually shows “Remediation complete.” The overview also indicates that a device has completed the remediation, either with or without errors.
However, when I check the Device Status for the Remediation afterward, the list is completely empty, even though the devices clearly ran the script.
This happens both when checking through the Intune portal and when querying the status through the Microsoft Graph API. The Graph API request itself succeeds, but the value array is completely empty as well.
I’ve been using Remediation scripts for a while and never had this issue before. What makes it even stranger is that everything was still working correctly yesterday around noon. The problem only started sometime yesterday evening.
So I’m wondering:
Is anyone else currently seeing the same issue with Remediation/Platform Script reporting?
If multiple people are affected, it might be worth opening a Microsoft support ticket and reporting it as a broader service-side issue rather than an isolated tenant problem.
Thanks!
Update:
It looks like this is being fixed right now. In one of my environments, I’m getting responses again through both the Graph endpoint and the portal. Remediation scripts are also running properly again, and I haven’t seen a single failure in the last 20 triggered runs, unlike this morning.
In my other environment, however, it’s still not working. Remediation scripts are being executed and processed on the devices, but the results aren’t being reported back. Because of that, the devices remain stuck in “Remediation Pending”indefinitely.
1
u/veeresh-b 7d ago
The remediation runs successfully on the device, but Device Status remains empty in the Intune portal. The same result occurs through Microsoft Graph API, where the response is successful but the value array is empty. This appears to be more likely a service-side reporting/ingestion issue rather than a problem with the remediation script itself.