Share via


Get-DPMReplicaCreationMethod

Bir koruma grubu için çoğaltma oluşturma yöntemini alır.

Syntax

Get-DPMReplicaCreationMethod
   [-ProtectionGroup] <ProtectionGroup>
   [-Reserved]
   [<CommonParameters>]

Description

Get-DPMReplicaCreationMethod cmdlet'i bir koruma grubu için çoğaltma oluşturma yöntemini alır. Çoğaltma oluşturma yöntemi, System Center - Data Protection Manager'ın (DPM) bir çoğaltma oluşturma işlemini ne zaman başlattığını belirtir.

Set-DPMReplicaCreationMethod cmdlet'ini kullanarak çoğaltma oluşturma yöntemini değiştirebilirsiniz.

Örnekler

Örnek 1: Çoğaltma oluşturma yöntemini alma

PS C:\>$PGroup = Get-DPMProtectionGroup -DPMServerName "DPMServer02"
PS C:\> Get-DPMReplicaCreationMethod -ProtectionGroup $PGroup

İlk komut, DPM sunucusunda DPMServer02 adlı koruma grubunu alır ve ardından grubu $PGroup değişkeninde depolar.

İkinci komut, $PGroup koruma grubu için çoğaltma oluşturma yöntemini alır.

Parametreler

-ProtectionGroup

Bu cmdlet'in çoğaltma oluşturma yöntemini aldığı bir koruma grubu belirtir. ProtectionGroup nesnesi almak için Get-DPMProtectionGroup cmdlet'ini kullanın.

Type:ProtectionGroup
Position:1
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False

-Reserved

bir iç parametre belirtir. Kullanmayın.

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

Çıkışlar

ReplicaCreationMethod