Get-DPMVolume

Get-DPMVolume

Retrieves a list of volumes on the DPM server.

構文

Parameter Set: Default
Get-DPMVolume [[-DPMServerName] <String> ] [-AlreadyInUseByDPM] [ <CommonParameters>]

詳細説明

The Get-DPMVolume cmdlet retrieves a list of volumes on the System Center 2012 – Data Protection Manager (DPM) server.

パラメーター

-AlreadyInUseByDPM

Indicates whether to filter the list of volumes to include those already in use on the DPM server.

エイリアス

none

必須?

false

位置は?

named

既定値

none

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

-DPMServerName<String>

Specifies the name of a DPM server.

エイリアス

ComputerName,CN

必須?

false

位置は?

1

既定値

none

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

<CommonParameters>

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

入力

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

出力

出力型は、コマンドレットによって生成されるオブジェクトの型です。

  • For more information, type "Get-Help Get-DPMVolume -detailed".

Example 1: Retrieve volumes on a DPM server

This command retrieves the DPM volumes on the server named Contoso-DPMServer.

PS C:\>Get-DPMVolume -DPMServerName "Contoso-DPMServer"