New-DPMProtectionGroup

New-DPMProtectionGroup

Creates a protection group on the DPM server.

構文

Parameter Set: Default
New-DPMProtectionGroup [[-DPMServerName] <String> ] [[-Name] <String> ] [ <CommonParameters>]

詳細説明

The New-DPMProtectionGroup cmdlet creates a protection group on a System Center 2012 – Data Protection Manager (DPM) server. This is the first step in the process of creating a protection group. This cmdlet returns a new protection group object on which you can perform the remaining steps of creating a protection group. However, the protection group is not created until you run the Set-DPMProtectionGroup cmdlet.

Use the following cmdlets to create a new protection group. Use one or more cmdlets from each step:

1. New-DPMProtectionGroup

2. Add-DPMChildDatasource, Remove-DPMChildDatasource, Set-DPMDatasourceProtectionOption, Set-DPMProtectionJobStartTime

3. Set-DPMProtectionType

4. Set-DPMReplicaCreationMethod

5. Set-DPMPolicyObjective, Set-DPMPolicySchedule (Short term)

6. Get-DPMDatasourceDiskAllocation

7. Set-DPMDatasourceDiskAllocation

8. Set-DPMPolicyObjective, Set-DPMPolicySchedule (Long term)

9. Set-DPMTapeBackupOption

10. Set-DPMProtectionGroup

Depending on your choice in a previous step, some steps might not be applicable. For example, if you set disk-based protection in step 3, steps 8 and 9 are not required.

It is important to remember that the protection group is created only after you run the Set-DPMProtectionGroup cmdlet. Until you run Set-DPMProtectionGroup, the protection group exists only in memory.

パラメーター

-DPMServerName<String>

Specifies the name of a DPM server. If you do not specify a name, the cmdlet uses the current computer name.

エイリアス

none

必須?

false

位置は?

1

既定値

none

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

-Name<String>

Specifies a name for the protection group.

エイリアス

none

必須?

false

位置は?

2

既定値

none

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

<CommonParameters>

このコマンドレットは次の共通パラメーターをサポートします。-Verbose、-Debug、-ErrorAction、-ErrorVariable、-OutBuffer、-OutVariable.詳細については、以下を参照してください。 about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216)。

入力

入力型は、コマンドレットにパイプできるオブジェクトの型です。

出力

出力型は、コマンドレットによって生成されるオブジェクトの型です。

  • ProtectionGroup

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

Example 1: Create a protection group

This command creates an instance of a protection group named ProtectGroup01 in the memory of the DPM server named DPMServer02. This is the first step of creating the protection group.

PS C:\> New-DPMProtectionGroup -DPMServerName "DPMServer02" -Name "ProtectGroup01"

関連トピック

Update-DPMProtectionGroup

Get-DPMProtectionGroup

Rename-DPMProtectionGroup

Set-DPMProtectionGroup