Add-AppxPackage -Path "C:\Downloads\MyApp.msixbundle" PowerShell automatically selects the correct version for the current system. To install an MSIX package for every user on the machine, you must run PowerShell as Administrator and use the -AllUsers switch:
Get-AppxPackage -Name "MyCompany.MyApp" | Select-Object * Removal is straightforward: install msix powershell
Get-AppxPackage -Name "*MyApp*" To see detailed information (version, install location, publisher): Add-AppxPackage -Path "C:\Downloads\MyApp