Get-DPMProductionCluster

Get-DPMProductionCluster

Gets a list of all clusters on which the DPM agent is installed.

構文

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

詳細説明

The Get-DPMProductionCluster cmdlet returns a list of all clusters on which the System Center 2012 – Data Protection Manager (DPM) agent is installed.

パラメーター

-DPMServerName<String>

Specifies the name of a DPM server. If you do not specify a name, the cmdlet uses the current computer name.

エイリアス

ComputerName,CN

必須?

false

位置は?

1

既定値

none

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

false

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

false

<CommonParameters>

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

入力

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

出力

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

  • Cluster

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

Example1: Get a list of clusters

This command gets a list of clusters protected by the DPM server named DPMServer02.

PS C:\> Get-DPMProductionCluster -DPMServerName "DPMServer02"

関連トピック

Get-DPMProductionVirtualName