App Installation Cmdlets in Windows PowerShell

업데이트 날짜: 2015년 9월

적용 대상: 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 to a user account.

Get-AppxLastError

Get the last error reported in the app package installation logs.

Get-AppxLog

Gets an app package installation log.

Get-AppxPackage

Gets a list of the app packages that are installed in a user profile.

Get-AppxPackageManifest

Gets the manifest of an app package.

Remove-AppxPackage

Removes an app package from a user account.

참고

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

For more information about, or for the syntax of, any of the cmdlets, use the Get-Help <cmdlet name> cmdlet, where <cmdlet name> is the name of the cmdlet that you want to research. For more detailed information, you can run any of the following cmdlets:

Get-Help <cmdlet name> -Detailed
Get-Help <cmdlet name> -Examples
Get-Help <cmdlet name> -Full