Get-DPMAutoProtectIntent

Get-DPMAutoProtectIntent

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

Syntax

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

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

Detailed Description

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.

Parameters

-DPMServerName<String>

Specifies the name of a DPM server.

Aliases

ComputerName,CN

Required?

false

Position?

2

Default Value

none

Accept Pipeline Input?

True (ByValue)

Accept Wildcard Characters?

false

-ProtectionGroup<ProtectionGroup>

Specifies a protection group.

Aliases

none

Required?

true

Position?

2

Default Value

none

Accept Pipeline Input?

True (ByValue)

Accept Wildcard Characters?

false

-SQLInstanceName<String>

Specifies the name of an SQL Server instance.

Aliases

none

Required?

true

Position?

1

Default Value

none

Accept Pipeline Input?

True (ByValue)

Accept Wildcard Characters?

false

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see    about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

Outputs

The output type is the type of the objects that the cmdlet emits.

Notes

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

Set-DPMAutoProtectIntent

Start-DPMAutoProtection