Get-DPMProductionServer

Get-DPMProductionServer

Gets a list of computers on which the DPM protection agent is installed.

構文

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

詳細説明

The Get-DPMProductionServer gets a list of computers on which the System Center 2012 – Data Protection Manager (DPM) protection 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)。

入力

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

出力

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

  • ProductionServer

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

Example 1: Get a list of computers protected by a DPM server

This command gets the list of computers on which the protection agents is installed and are protected by the DPM server named DpmWest01.

PS C:\> Get-DPMProductionServer -DPMServerName "DpmWest01"

関連トピック

Enable-DPMProductionServer

Disable-DPMProductionServer

Update-DPMProductionServer