Appx Module Cmdlets in Windows PowerShell

Mis à jour: septembre 2015

S'applique à: 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.

Notes

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

Pour plus d’informations sur les applets de commande ou leur syntaxe, utilisez l’applet de commande Get-Help <nom de l’applet de commande>, où <nom de l’applet de commande> est le nom de l’applet de commande que vous voulez rechercher. Pour plus d’informations, vous pouvez exécuter les applets de commande suivantes :

Get-Help <nom de l’applet de commande> -Detailed
Get-Help <nom de l’applet de commande> -Examples
Get-Help <nom de l’applet de commande> -Full