Appx Module Cmdlets in Windows PowerShell

Se aplica a: Windows 8.1, Windows PowerShell 4.0, Windows Server 2012 R2

Appx Module Cmdlets

The Windows PowerShell cmdlets for AppX are designed to streamline the administration of AppX package management.

cmdlet Description

Add-AppxPackage

Adds a signed app package (.appx) to a user account.

Get-AppxLastError

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

Nota

To list all the cmdlets that are available, use the Get-Command –Module AppX cmdlet.

Para conocer más información o la sintaxis de cualquiera de los cmdlets, use el cmdlet Get-Help <nombre de cmdlet>, donde <nombre de cmdlet> es el nombre del cmdlet del que quiere información. Para obtener información más detallada, puede ejecutar cualquiera de los siguientes cmdlets:

Get-Help <nombre de cmdlet> -Detailed
Get-Help <nombre de cmdlet> -Examples
Get-Help <nombre de cmdlet> -Full