Get-DPMProductionCluster
Gets clusters on which the DPM agent is installed.
Syntax
Default (Default)
Get-DPMProductionCluster
[[-DPMServerName] <String>]
[<CommonParameters>]
Description
The Get-DPMProductionCluster cmdlet gets all clusters on which the System Center - Data Protection Manager (DPM) agent is installed.
Examples
Example1: Get clusters for a server
PS C:\> Get-DPMProductionCluster -DPMServerName "DPMServer02"
This command gets the clusters for the DPM server named DPMServer02.
Parameters
-DPMServerName
Specifies the name of a DPM server on which this cmdlet acts. If you do not specify a name, the cmdlet uses the name of the current computer.
Parameter properties
| Type: | String |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
| Aliases: | ComputerName, CN |
Parameter sets
(All)
| Position: | 1 |
| Mandatory: | False |
| Value from pipeline: | False |
| Value from pipeline by property name: | False |
| Value from remaining arguments: | False |
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.