Get-AppxDefaultVolume

Get-AppxDefaultVolume

Gets the default appx volume.

구문

Get-AppxDefaultVolume [ <CommonParameters>]

자세한 설명

The Get-AppxDefaultVolume cmdlet gets the default AppxVolume. The default AppxVolume is the default target for all deployment operations on the computer. You cannot remove the default AppxVolume from the list of volumes.

매개 변수

<CommonParameters>

이 cmdlet은 -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, -OutVariable 등의 일반 매개 변수를 지원합니다. 자세한 내용은 TechNet의 about_CommonParameters(https://go.microsoft.com/fwlink/p/?LinkID=113216)

입력

입력 형식은 cmdlet으로 파이프할 수 있는 개체의 형식입니다.

출력

출력 형식은 cmdlet 실행 시 출력되는 개체의 형식입니다.

  • Microsoft.Appx.PackageManager.Commands.AppxVolume

Example 1: Get the default volume

This command gets the current default deployment target.

PS C:\> Get-AppxDefaultVolume

관련 항목

Set-AppxDefaultVolume