Setting up and managing device configurations using Intune
I have the same issue. Platform scripts have disappeared with error 404 Not Found. Can't access them from graph API too.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
{ "shellProps": { "sessionId": "5e2e1d2139b941c982cc6f0cd14a0437", "extName": "Microsoft_Intune_DeviceSettings", "contentName": "ConfigureWMPolicyMenuBlade", "code": 404 }, "error": { "message": "Not found", "code": 404 }}
That's all what I have :)
Setting up and managing device configurations using Intune
I have the same issue. Platform scripts have disappeared with error 404 Not Found. Can't access them from graph API too.
AI answer
The 404 error with extName": "Microsoft_Intune_DeviceSettings" and contentName": "ConfigureWMPolicyMenuBlade" indicates that the Intune portal blade or resource being requested no longer exists or cannot be found.
In similar cases, a 404 in a management or security portal typically means one of the following:
For Intune PowerShell scripts and device configuration:
runAsAccount, executionFrequency, and retryCount.psexec -i -s) to ensure the script itself still works.If the blade or feature has been retired or moved, use the main Intune navigation (Devices → Configuration, Scripts, or Endpoint security) instead of relying on old bookmarks or deep links, as those can produce 404 errors even when the feature is still available under a different path.
References: