Start-DPMAutoProtection

Adds SQL Server databases to a DPM protection group.

Syntax

Start-DPMAutoProtection
     [[-DPMServerName] <String>]
     [-WhatIf]
     [-Confirm]
     [<CommonParameters>]

Description

The Start-DPMAutoProtection cmdlet adds Microsoft SQL Server databases to a System Center - Data Protection Manager (DPM) protection group. The cmdlet searches for new SQL Server databases that belong to SQL Server instances configured for auto-protection. The cmdlet adds those databases to the protection group for a specified DPM server.

Examples

1:

Parameters

-Confirm

Prompts you for confirmation before running the cmdlet.

Type:SwitchParameter
Aliases:cf
Position:Named
Default value:False
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-DPMServerName

Specifies the name of a DPM server for which this cmdlet adds databases.

Type:String
Aliases:ComputerName, CN
Position:1
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-WhatIf

Shows what would happen if the cmdlet runs. The cmdlet is not run.

Type:SwitchParameter
Aliases:wi
Position:Named
Default value:False
Required:False
Accept pipeline input:False
Accept wildcard characters:False