Forum Discussion
JoshB531
Oct 08, 2023Brass Contributor
Intune Uninstall Error
Hoping someone can help me with this issue? I am having an issue uninstalling a Win32 app deployed from Intune. The installation works fine but whenever I try and un-install from Company portal I...
- Oct 23, 2023This has now been resolved. I found out late Friday that our new VPN client was blocking PowerShell and cmd scripts from Intune.
Thank you for all your help.
Oct 09, 2023
Just another question... Why did you package the .MSI file? Is it just the .MSI file, or are more files in the installation folder? You could alternatively add the .MSI file to Intune as a Line-of-business app. The install/uninstall/detection is based on MSI technology and is done automatically.
-Edit-
Never mind, you want to have users to be able to uninstall it themselves.
JoshB531
Oct 09, 2023Brass Contributor
Thanks will try that. Do you add that to the end of the uninstall command?
- Oct 15, 2023Any update?
- JoshB531Oct 16, 2023Brass ContributorSorry for slow reply, No I am still facing the same problem. I even tried as a line of business app.
I have a PowerShell script which kills the app and removes perfect. If I package that up with the .msi as a intune.wim file. Can someone confirm what I should put as the uninstall command on Intune.
Thanks- Oct 16, 2023powershell.exe -executionpolicy bypass -file .\nameofpowershellscript.ps1
- Oct 09, 2023Yes, after the /qn with a space in between.