Get-DPMRecoveryPointLocation

복구 지점의 위치를 가져옵니다.

Syntax

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

첫 번째 명령은 DPMServer02라는 System Center 2019 - DPM(Data Protection Manager) 서버의 보호 그룹을 가져옵니다. 명령은 보호 그룹을 $PGroup 변수에 저장합니다.

두 번째 명령은 $PGroup 보호 그룹의 보호된 데이터 및 보호되지 않은 데이터 목록을 가져옵니다. 명령은 결과를 $PObject 변수에 저장합니다.

세 번째 명령은 $DSource 데이터 원본의 복구 지점을 가져오고 복구 지점을 $RPoint 변수에 저장합니다.

네 번째 명령은 $RPoint 복구 지점의 위치를 가져옵니다.

매개 변수

-RecoveryPoint

이 cmdlet이 위치를 가져오는 복구 지점을 지정합니다. 복구 지점 위치 개체를 가져오려면 Get-DPMRecoveryPoint cmdlet을 사용합니다.

Type:RecoverySource
Position:1
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False

출력

RecoveryPointLocation