共用方式為


Add-DPMRecoveryItem

新增 DPM 復原專案。

語法

Add-DPMRecoveryItem
   [-DpmRole] <DpmRole>
   [-Type] <AmDatasourceType>
   [-SqlInstances] <String[]>
   [-WhatIf]
   [-Confirm]
   [<CommonParameters>]
Add-DPMRecoveryItem
   [-DpmRole] <DpmRole>
   [-Type] <AmDatasourceType>
   [-Datasources] <SQLDataSource[]>
   [-WhatIf]
   [-Confirm]
   [<CommonParameters>]

Description

Add-DPMRecoveryItem Cmdlet 會將復原專案新增至 System Center - Data Protection Manager (DPM) 伺服器。

參數

-Confirm

在執行 Cmdlet 之前,提示您進行確認。

類型:SwitchParameter
別名:cf
Position:Named
預設值:False
必要:False
接受管線輸入:False
接受萬用字元:False

-Datasources

類型:SQLDataSource[]
Position:3
預設值:None
必要:True
接受管線輸入:False
接受萬用字元:False

-DpmRole

指定這個 Cmdlet 修改的 DPM 角色。 若要取得 DPM 角色物件,請使用 get-DPMRole Cmdlet

類型:DpmRole
Position:1
預設值:None
必要:True
接受管線輸入:False
接受萬用字元:False

-SqlInstances

類型:String[]
Position:3
預設值:None
必要:True
接受管線輸入:False
接受萬用字元:False

-Type

指定 DPM 作業類型的陣列。

類型:AmDatasourceType
接受的值:SqlDatabase, SqlInstance
Position:2
預設值:None
必要:True
接受管線輸入:False
接受萬用字元:False

-WhatIf

顯示 Cmdlet 執行時會發生什麼事。 Cmdlet 未執行。

類型:SwitchParameter
別名:wi
Position:Named
預設值:False
必要:False
接受管線輸入:False
接受萬用字元:False