Get-DPMProductionCluster

Get-DPMProductionCluster

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

Syntax

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

Detailed Description

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

Parameters

-DPMServerName<String>

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

Aliases

ComputerName,CN

Required?

false

Position?

1

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see    about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

Outputs

The output type is the type of the objects that the cmdlet emits.

  • Cluster

Notes

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

Examples

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