Forum Discussion
lukeapathy
Mar 23, 2024Copper Contributor
How to convert existing discovered apps for windows 11 enrolled devices to intune managed apps
I have a number of enrolled computers that are EntraID joined which have marketplace applications like WinRAR and Notepad++ that were installed locally before enrollment. Additional users also had l...
rahuljindal
Mar 23, 2024Bronze Contributor
Not supported or available out of the box what you are aiming to do. Also supersedence is currently only supported for managed apps. If the users are not expected to have admin permissions then you can look at modifying the membership of administrators group using local group membership profile. Something like this —https://rahuljindalmyit.blogspot.com/2022/02/fixing-issue-of-remote-sign-in-though.html
lukeapathy
Mar 23, 2024Copper Contributor
Thank you Rahul,
Do you think potentially the best approach would be to create a group with the application, then script an uninstall on the discovered apps group that are unmanaged and then perform a required install to the same group? This way the user would not see a difference and then the application on the device would become a managed app? Could I then swap it from Required to Available and would it still be managed at that point?
Do you think potentially the best approach would be to create a group with the application, then script an uninstall on the discovered apps group that are unmanaged and then perform a required install to the same group? This way the user would not see a difference and then the application on the device would become a managed app? Could I then swap it from Required to Available and would it still be managed at that point?
- rahuljindalMar 24, 2024Bronze ContributorAgain, the uninstall assignment will work for already installed managed app. It will not work for an already installed discovered unmanaged app. There are some options available to tackle this. Push out PS scripts to uninstall unmanaged discovered apps in question first. Then push the apps you want to install. Alternatively you can add logic in your app installation scripts to remove the existing installation and then install the version you want installed. This can tied to supersedence after the app becomes managed. Most importantly, I will suggest to address the provisioning process of the OS. The SOE should be managed from the get go and the users should be setup as standard users.