Get-DPMProtectionGroup

Gets the protection groups on a DPM server.

Syntax

Get-DPMProtectionGroup
   [[-DPMServerName] <String>]
   [-Async]
   [<CommonParameters>]

Description

The Get-DPMProtectionGroup cmdlet gets the protection groups on a System Center - Data Protection Manager (DPM) server. You cannot modify a protection group that this cmdlet gets. To modify a protection group, run the Get-DPMModifiableProtectionGroup cmdlet.

Examples

Example 1: Get a protection group

PS C:\> Get-DPMProtectionGroup -DPMServerName "DPMServer02"

This command gets the protection group on the DPM server named DPMServer02.

Parameters

-Async

Indicates that the command runs asynchronously. When you run a command asynchronously, the command prompt returns immediately even if the job takes an extended time to finish.

Type:SwitchParameter
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-DPMServerName

Specifies the name of a DPM server for which this cmdlet gets protection groups. If you do not specify a name, the cmdlet uses the current computer name.

Type:String
Aliases:ComputerName, CN
Position:1
Default value:None
Required:False
Accept pipeline input:True
Accept wildcard characters:False