Appx
The Windows PowerShell cmdlets for AppX are designed to streamline the administration of MSIX or AppX package management.
Appx
Add-AppxPackage |
Adds a signed app package to a user account. |
Add-AppxVolume |
Adds an appx volume to the Package Manager. |
Dismount-AppxVolume |
Dismounts an appx volume. |
Get-AppxDefaultVolume |
Gets the default appx volume. |
Get-AppxLastError |
Get the last error reported in the app package installation logs. |
Get-AppxLog |
Gets an app package installation log. |
Get-AppxPackage |
Gets a list of the app packages that are installed in a user profile. |
Get-AppxPackageManifest |
Gets the manifest of an app package. |
Get-AppxVolume |
Gets appx volumes for the computer. |
Get-NonRemovableAppsPolicy |
Returns the a list of the app packages that are installed and configured as non-removable apps. |
Invoke-CommandInDesktopPackage |
Runs a command in the context of a specified app package. |
Mount-AppxVolume |
Mounts an appx volume. |
Move-AppxPackage |
Moves a package from its current location to another appx volume. |
Remove-AppxPackage |
Removes an app package from one or more user accounts. |
Remove-AppxVolume |
Removes an appx volume. |
Reset-AppxPackage |
Starting at Windows 10 Insider Preview Build 20215 you get access to the Restores the Windows app to its initial configuration. |
Set-AppxDefaultVolume |
Specifies a default appx volume. |
Set-NonRemovableAppsPolicy |
Sets an app packages as non-removable (can not be uninstalled). |