共用方式為


Get-DPMRecoveryPointLocation

取得恢復點的位置。

語法

Get-DPMRecoveryPointLocation
   [-RecoveryPoint] <RecoverySource>
   [<CommonParameters>]

Description

Get-DPMRecoveryPointLocation Cmdlet 會取得恢復點的位置。 此 Cmdlet 會傳回 物件,指出恢復點是否位於磁碟或磁帶上。 如果恢復點位於磁帶上,Cmdlet 會傳回磁帶的相關信息。

範例

範例 1:取得恢復點位置

PS C:\>$PGroup = Get-DPMProtectionGroup -DPMServerName "DPMServer02"
PS C:\> $PObject = Get-DPMDatasource -ProtectionGroup $PGroup
PS C:\> $RPoint = Get-DPMRecoveryPoint -Datasource $PObject
PS C:\> Get-DPMRecoveryPointLocation -RecoveryPoint $RPoint

第一個命令會取得 System Center 2019 - Data Protection Manager (DPM) 伺服器上名為 DPMServer02 的保護群組。 命令會將保護群組儲存在 $PGroup 變數中。

第二個命令會取得$PGroup保護群組中受保護和未受保護的數據清單。 命令會將結果儲存在 $PObject 變數中。

第三個命令會取得$DSource中數據源的恢復點,然後將恢復點儲存在$RPoint變數中。

第四個命令會取得$RPoint中恢復點的位置。

參數

-RecoveryPoint

指定這個 Cmdlet 取得位置的恢復點。 若要取得恢復點位置物件,請使用 Get-DPMRecoveryPoint Cmdlet。

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

輸出

RecoveryPointLocation