Share via


Get-DPMPGSet

Gets protection group sets on a DPM server.

Syntax

Default (Default)

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.

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:True
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.