Get-DPMPGSet
Gets protection group sets on a DPM server.
Syntax
Get-DPMPGSet
[[-DPMServerName] <String>]
[<CommonParameters>]
Description
The Get-DPMPGSet cmdlet gets the System Center - Data Protection Manager (DPM) protection group sets on a DPM server.
Examples
Example 1: Get protection group sets
PS C:\> Get-DPMPGSet -DPMServerName "DPMServer07"
This command gets the protection group sets for the server named DPMServer07.
Parameters
-DPMServerName
Specifies the name of a DPM server for which this cmdlet gets protection group sets.
Type: | String |
Aliases: | ComputerName, CN |
Position: | 1 |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |