Start-DPMAutoProtection
将 SQL Server 数据库添加到 DPM 保护组。
语法
Start-DPMAutoProtection
[[-DPMServerName] <String>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
说明
Start-DPMAutoProtection cmdlet 将Microsoft SQL Server 数据库添加到 System Center - Data Protection Manager (DPM) 保护组。 该 cmdlet 搜索属于配置为自动保护的 SQL Server 实例的新 SQL Server 数据库。 该 cmdlet 将这些数据库添加到指定 DPM 服务器的保护组中。
示例
1:
参数
-Confirm
在运行 cmdlet 之前,提示你进行确认。
类型: | SwitchParameter |
别名: | cf |
Position: | Named |
默认值: | False |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-DPMServerName
指定此 cmdlet 为其添加数据库的 DPM 服务器的名称。
类型: | String |
别名: | ComputerName, CN |
Position: | 1 |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-WhatIf
显示 cmdlet 运行时会发生什么情况。 cmdlet 未运行。
类型: | SwitchParameter |
别名: | wi |
Position: | Named |
默认值: | False |
必需: | False |
接受管道输入: | False |
接受通配符: | False |