Appx Module Cmdlets in Windows PowerShell

Letzte Aktualisierung: September 2015

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

Hinweis

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

Um weitere Informationen zur Syntax beliebiger Cmdlets zu erhalten, verwenden Sie das Get-Help <Cmdlet-Name>-Cmdlet, wobei <Cmdlet-Name> der Name des Cmdlets ist, zu dem Sie Informationen wünschen. Um ausführlichere Informationen zu erhalten, können Sie die folgenden Cmdlets ausführen:

Get-Help <Cmdlet-Name> -Detailed
Get-Help <Cmdlet-Name> -Examples
Get-Help <Cmdlet-Name> -Full