Get-DPMPGSet

Get-DPMPGSet

Returns a list of protection group sets on a DPM server.

Syntax

Parameter Set: Default
Get-DPMPGSet [[-DPMServerName] <String> ] [ <CommonParameters>]

Detailed Description

The Get-DPMPGSet cmdlet returns a list of System Center 2012 – Data Protection Manager (DPM) Protection Group (PG) sets on a DPM server.

Parameters

-DPMServerName<String>

Specifies the name of a DPM server.

Aliases

ComputerName,CN

Required?

false

Position?

1

Default Value

none

Accept Pipeline Input?

True (ByValue)

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.

Notes

  • For more information, type "Get-Help Get-DPMPGSet -detailed".

Examples

Example 1: Get PG sets

This command gets the PG sets for the server named DPMServer07.

PS C:\> Get-DPMPGSet -DPMServerName "DPMServer07"

New-DPMPGSet

Remove-DPMPGSet

Update-DPMPGSet