Get-DPMDatasourceProtectionOption

Get-DPMDatasourceProtectionOption

Returns protection options in a protection group.

構文

Parameter Set: E14Options
Get-DPMDatasourceProtectionOption [-ProtectionGroup] <ProtectionGroup> -E14Options [ <CommonParameters>]

Parameter Set: ExchangeOptions
Get-DPMDatasourceProtectionOption [-ProtectionGroup] <ProtectionGroup> -ExchangeOptions [ <CommonParameters>]

Parameter Set: FileSystem
Get-DPMDatasourceProtectionOption [-ProtectionGroup] <ProtectionGroup> -FileSystem [ <CommonParameters>]

詳細説明

The Get-DPMDatasourceProtectionOption cmdlet returns protection options for data sources in a System Center 2012 – Data Protection Manager (DPM) protection group. You must specify the type of data source in the protection group for which the cmdlet returns the protection options.

パラメーター

-E14Options

Indicates that the cmdlet operates on an Exchange Server 2010 data sources.

エイリアス

none

必須?

true

位置は?

named

既定値

none

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

false

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

false

-ExchangeOptions

Indicates that the cmdlet operates on Microsoft Exchange data sources.

エイリアス

none

必須?

true

位置は?

named

既定値

none

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

false

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

false

-FileSystem

Indicates that the cmdlet operates on file system data sources.

エイリアス

none

必須?

true

位置は?

named

既定値

none

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

false

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

false

-ProtectionGroup<ProtectionGroup>

Specifies the name of a protection group.

エイリアス

none

必須?

true

位置は?

1

既定値

none

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

true (ByValue)

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

false

<CommonParameters>

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

入力

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

出力

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

  • Datasource

Example 1: Get protection options from a server

This example gets protection options from a server.

The first command gets the protection groups from the server named DPMServer02, and stores the result in the $Pg variable.

The second command uses standard array notation to specify the first member of the $Pg array (stored in position 0 of the collection).

PS C:\> $pg = Get-DPMProtectionGroup –DPMServerName "DPMServer02"
PS C:\> Get-DPMDatasourceProtectionOption -ProtectionGroup $pg[0] –FileSystem

関連トピック

Set-DPMDatasourceProtectionOption