Hi Baby Shark,
Has your issue been resolved yet? If it has, please consider accepting the answer as it helps others sharing the same problem benefit too. Thank you :)
Domic V.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
As an Intune admin, I feel like I'm playing a game of chance. I pushed out a simple wallpaper policy this morning, and it hit devices within minutes. Yet, a critical security configuration I assigned three days ago still hasn't landed on half the machines, even after multiple manual syncs. Everything says 'Assigned' in the portal, but the devices are oblivious. How do you explain to a CISO that a 'Cloud-Native' solution takes 48 hours to apply a registry key?
Hi Baby Shark,
Has your issue been resolved yet? If it has, please consider accepting the answer as it helps others sharing the same problem benefit too. Thank you :)
Domic V.
Hi Baby Shark,
On a suspect device, open the Event Viewer and navigate to Applications and Services Logs, then Microsoft, Windows, and DeviceManagement-Enterprise-Diagnostics-Provider. Look specifically for Event ID 813 (for integer settings) or Event ID 814 (for string settings). These events are generated the moment the Windows MDM agent successfully receives and writes a policy. This log provides an immutable, timestamped audit trail that proves the security control is active even while the Intune portal claims it is still pending.
For deeper verification, you can check the registry at HKLM\SOFTWARE\Microsoft\PolicyManager\current\device. This location holds the "current" effective settings that the Windows OS is actively enforcing. If the keys for your security configuration exist here, the device is protected. The delay you are seeing is purely a reporting artifact of a "Cloud-Native" system designed for internet-scale reliability rather than the LAN-speed updates of legacy Group Policy. For future critical pushes, you can bypass the standard eight-hour sync window by using the Microsoft Graph API to trigger a bulk device action, which forces an immediate check-in across your entire fleet.
If this answer is helpful did, please hit “accept answer”. Should you have any questions, feel free to leave a comment.
Domic
AI answer
Some Intune policies do apply much faster than others, and the behavior described matches how the service actually works rather than a random issue.
Key points to understand and explain:
This turns the narrative from “cloud-native is random and slow” into “cloud-native is eventually consistent, with documented sync and reporting intervals that must be designed around.”
References: