Get-DPMPGSet
Gets protection group sets on a DPM server.
Parameter Set: Default
Get-DPMPGSet [[-DPMServerName] <String> ] [ <CommonParameters>]
The Get-DPMPGSet cmdlet gets the System Center 2012 – Data Protection Manager (DPM) protection group sets on a DPM server.
Specifies the name of a DPM server for which this cmdlet gets protection group sets.
Aliases |
ComputerName,CN |
Required? |
false |
Position? |
1 |
Default Value |
none |
Accept Pipeline Input? |
True (ByValue) |
Accept Wildcard Characters? |
false |
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).
The input type is the type of the objects that you can pipe to the cmdlet.
The output type is the type of the objects that the cmdlet emits.
This command gets the protection group sets for the server named DPMServer07.
PS C:\> Get-DPMPGSet -DPMServerName "DPMServer07"