I created a package that installs Waves MaxxAudio which is a modern application, and its installation uses a line that pulls the files folder where it contains the dependencies of the appx bundle. The installation running from the SCCM software center is perfect, but its removal is not. Researching I found that when running as a system the command “Get-AppxPackage” without the “-AllUsers” does not return MaxxAudio, so I put the command line like this:
Hey @Baba, thank you so much for your help, and I apologize for the delay, I’ve been away for a while and now I’m back. I will test this out soon and will report it here once again, thank you so much for your help!
Hey @BaBa this uninstall command is extremely dangerous. I missed a letter in the name of the appxpackage and because of that, the command deleted all the existing WindowsApps in the operating system. Luckily I ran this inside a VM and was able to restore from a snapshot. Is this command correct?