Condividi tramite


Get-DPMProtectionGroup

Ottiene i gruppi protezione dati in un server DPM.

Sintassi

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

Descrizione

Il cmdlet Get-DPMProtectionGroup ottiene i gruppi protezione dati in un server System Center - Data Protection Manager (DPM). Non è possibile modificare un gruppo protezione dati che ottiene questo cmdlet. Per modificare un gruppo protezione dati, eseguire il cmdlet Get-DPMModifiableProtectionGroup .

Esempio

Esempio 1: Ottenere un gruppo protezione dati

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

Questo comando ottiene il gruppo protezione dati nel server DPM denominato DPMServer02.

Parametri

-Async

Indica che il comando viene eseguito in modo asincrono. Quando si esegue un comando in modo asincrono, il prompt dei comandi restituisce immediatamente anche se il processo richiede un tempo prolungato per il completamento.

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

-DPMServerName

Specifica il nome di un server DPM per il quale questo cmdlet ottiene i gruppi protezione dati. Se non si specifica un nome, il cmdlet utilizza il nome del computer corrente.

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