App Installation Cmdlets in Windows PowerShell

Applies To: Windows 8, Windows Server 2012

Appx Module Cmdlets

Cmdlet Description

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 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.

See Also

Other Resources

Package Manager API
How to Add and Remove Apps