Get-DPMTapeBackupOption

Get-DPMTapeBackupOption

Retrieves library, drive and other backup or archive options for a protection group.

構文

Parameter Set: Default
Get-DPMTapeBackupOption [-ProtectionGroup] <ProtectionGroup> [ <CommonParameters>]

詳細説明

The Get-DPMTapeBackupOption cmdlet retrieves library, drive and other backup or archive options for a System Center 2012 – Data Protection Manager (DPM) protection group.

パラメーター

-ProtectionGroup<ProtectionGroup>

Specifies a DPM protection group. A protection group consists of data sources, such as volumes or shares, with a common protection configuration and schedule.

エイリアス

none

必須?

true

位置は?

1

既定値

none

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

true (ByValue)

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

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 Get-DPMTapeBackupOption -detailed".

Example 1: Retrieve tape backup options

This example retrieves the tape backup options for a protection group in DPM.

The first command uses the Get-ProtectionGroup cmdlet to retrieve the protection group, and stores the result in the $PGroup variable.

The second command uses the Get-DPMTapeBackupOption cmdlet to retrieve the settings.

PS C:\> $PGroup = Get-ProtectionGroup -DPMServerName "Contoso-DPMServer"
PS C:\> Get-DPMTapeBackupOption -ProtectionGroup $PGroup

関連トピック

Set-DPMTapeBackupOption