Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Letzte Aktualisierung: August 2015
Betrifft: Windows 10, Windows Server Technical Preview
Appx Module Cmdlets
The Windows PowerShell cmdlets for AppX are designed to streamline the administration of AppX package management.
| cmdlet | Description |
|---|---|
Adds a signed app package to a user account. |
|
Adds an appx volume to the Package Manager. |
|
Dismounts an appx volume. |
|
Gets the default appx volume. |
|
Get the last error reported in the app package installation logs. |
|
Gets an app package installation log. |
|
Gets a list of the app packages that are installed in a user profile. |
|
Gets the manifest of an app package. |
|
Gets appx volumes for the computer. |
|
Mounts an appx volume. |
|
Moves a package from its current location to another appx volume. |
|
Removes an app package from a user account. |
|
Removes an appx volume. |
|
Specifies a default appx volume. |
Hinweis
To list all the cmdlets that are available, use the Get-Command –Module AppX cmdlet.
Weitere Informationen zu den einzelnen Cmdlets (bzw. deren Syntax) erhalten Sie, wenn Sie das Cmdlet Get-Help <Cmdlet-Name> verwenden. Dabei ist <Cmdlet-Name> der Name des Cmdlets, zu dem Informationen gewünscht werden. Führen Sie eines der folgenden Cmdlets aus, um ausführlichere Informationen zu erhalten:
● Get-Help <Cmdlet-Name> -Detailed
● Get-Help <Cmdlet-Name> -Examples
● Get-Help <Cmdlet-Name> -Full