Get-DPMProductionCluster
Get-DPMProductionCluster
Gets clusters on which the DPM agent is installed.
Syntax
Parameter Set: Default
Get-DPMProductionCluster [[-DPMServerName] <String> ] [ <CommonParameters>]
Detailed Description
The Get-DPMProductionCluster cmdlet gets 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 on which this cmdlet acts. If you do not specify a name, the cmdlet uses the name of the current computer.
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
Examples
Example1: Get clusters for a server
This command gets the clusters for the DPM server named DPMServer02.
PS C:\> Get-DPMProductionCluster -DPMServerName "DPMServer02"