Get-DPMAutoProtectIntent

Get-DPMAutoProtectIntent

Gets the auto-protection setting for a SQL Server instance.

構文

Parameter Set: DPMServer
Get-DPMAutoProtectIntent [-SQLInstanceName] <String> [[-DPMServerName] <String> ] [ <CommonParameters>]

Parameter Set: ProtectionGroup
Get-DPMAutoProtectIntent [-SQLInstanceName] <String> [-ProtectionGroup] <ProtectionGroup> [ <CommonParameters>]

詳細説明

The Get-DPMAutoProtectIntent cmdlet gets the System Center 2012 – Data Protection Manager (DPM) auto-protection setting for a Microsoft SQL Server data management software instance. When you use auto-protection for a SQL Server instance, DPM identifies and protects new databases added to that instance. To see the current settings for auto-protection, specify the SQL Server instance, and either the protection group that it belongs to or the name of a DPM server.

パラメーター

-DPMServerName<String>

Specifies the name of a DPM server.

エイリアス

ComputerName,CN

必須?

false

位置は?

2

既定値

none

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

True (ByValue)

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

false

-ProtectionGroup<ProtectionGroup>

Specifies a protection group.

エイリアス

none

必須?

true

位置は?

2

既定値

none

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

True (ByValue)

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

false

-SQLInstanceName<String>

Specifies the name of an SQL Server instance.

エイリアス

none

必須?

true

位置は?

1

既定値

none

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

True (ByValue)

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

false

<CommonParameters>

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

入力

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

出力

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

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

関連トピック

Set-DPMAutoProtectIntent

Start-DPMAutoProtection