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>

このコマンドレットは共通のパラメーターをサポートしています(-Verbose、-Debug、-ErrorAction、-ErrorVariable、-OutBuffer、および -OutVariable)。詳細については、TechNet の「 「about_CommonParameters」 (https://go.microsoft.com/fwlink/p/?LinkID=113216) を参照してください。

入力

入力型は、コマンドレットにパイプできるオブジェクトの型です。

出力

出力型は、コマンドレットが出力するオブジェクトの型です。

  • 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