Forum Discussion
sylsimp1
Apr 17, 2026Copper Contributor
How to repair an application deployed via Intune with no admin rights
Hi, I would like to know how to repair an applcation deployed by Intune. User has no admin rights , so via control panel is not an option. User is not set as primary user on device. Thks for all ...
TomislavPeharec
Apr 28, 2026Copper Contributor
But how would the built in solution handle ALL the possible scenarios? Some devices won't have enough disk space, others might have some other issue which is preventing the app from being installed, its not easy to remediate all of this without risking that something else will brake.
As already pointed out, I would use a script which is deleting the traces of app installation in Registry, especially if we talk about win32app, which is going to force the IME engine to try the installation again on the next sync. This script then can be reused for other scenarios as well as you would literally need to just change the appId value in it.