This article describes the PowerShell cmdlets that are used to manage your .appx and .msix packages.
MSIX PowerShell cmdlets
The following PowerShell cmdlets are provided with aliases enabling the use of either "Appx" or "App" prefixed nouns (Example: Add-AppxPackage can also be used as Add-AppPackage).
This cmdlet is used to add a signed app (*.msix, *.appx) package to a device. The Add-AppPackage cmdlet can also be used when adding an MSIX app that has a relationship to another MSIX app such as: External Packages, Optional Packages, and Related Packages.
This cmdlet is used to remove a signed app (*.msix, *.appx) package from a device. Once removed, the contents of the folder that the signed app was installed to are removed, as well as any references to the uninstalled application on the machine.
This cmdlet will provide a list of all installed signed app (*.msix, *.appx) packages on the machine. A value can be provided to filter the results. To create a filtered return provide a full or partial string into the -Name parameter using * as the wild character.
This cmdlet will provide the default volume being used by signed app (*.msix, *.appx) packages on the machine. The default volume is the target for all deployment or install operations on a machine. This volume can not be removed from the list of volumes.
Zjednodušte instalaci a údržbu softwaru v počítači pomocí Správce balíčků systému Windows. Vysvětlete front-endové komponenty a příkazy, úložiště Správce balíčků systému Windows a způsob přispívání do úložiště.
This article provides all the details you need to manage deploying you MSIX applications in an enterprise environment. This article is targeted at enterprise and IT Pros.