AppX
The Windows PowerShell cmdlets for AppX are designed to streamline the administration of AppX package management.
AppX
Add-AppxPackage |
Adds a signed app package (.appx) to a user account. |
Get-AppxLastError |
Get the last error reported in the app package installation logs. |
Get-AppxLog |
Gets an app package (.appx) installation log. |
Get-AppxPackage |
Gets a list of the app packages (.appx) that are installed in a user profile. |
Get-AppxPackageManifest |
Gets the manifest of an app package (.appx). |
Remove-AppxPackage |
Removes an app package (.appx) from a user account. |