Appx Module Cmdlets in Windows PowerShell

適用対象: 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.

注意

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

任意のコマンドレットの詳細について、またはコマンドレットの構文の詳細については、Get-Help <コマンドレット名> コマンドレットを使用します。ここで、<コマンドレット名> は、調べようとするコマンドレットの名前です。詳細については、次のコマンドレットを実行できます。

Get-Help <コマンドレット名> -Detailed
Get-Help <コマンドレット名> -Examples
Get-Help <コマンドレット名> -Full