Appx Module Cmdlets

업데이트 날짜: 2015년 8월

적용 대상: 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

Add-AppxPackage

Adds a signed app package to a user account.

Add-AppxVolume

Adds an appx volume to the Package Manager.

Dismount-AppxVolume

Dismounts an appx volume.

Get-AppxDefaultVolume

Gets the default appx volume.

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.

Get-AppxVolume

Gets appx volumes for the computer.

Mount-AppxVolume

Mounts an appx volume.

Move-AppxPackage

Moves a package from its current location to another appx volume.

Remove-AppxPackage

Removes an app package from a user account.

Remove-AppxVolume

Removes an appx volume.

Set-AppxDefaultVolume

Specifies a default appx volume.

참고

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

cmdlet에 대한 자세한 내용이나 해당 구문을 확인하려면 Get-Help <cmdlet 이름> cmdlet을 사용하세요. 여기서 *<cmdlet 이름>*은 연구할 cmdlet의 이름입니다. 자세한 내용을 보려면 다음 cmdlet을 실행할 수 있습니다.

Get-Help <cmdlet 이름> -Detailed
Get-Help <cmdlet 이름> -Examples
Get-Help <cmdlet 이름> -Full