다음을 통해 공유


Get-DPMProtectionJobStartTime

보호 작업의 시작 시간을 가져옵니다.

구문

Get-DPMProtectionJobStartTime
   [-ProtectionGroup] <ProtectionGroup>
   [-JobType] <ProtectionJobType>
   [<CommonParameters>]

Description

Get-DPMProtectionJobStartTime cmdlet은 보호 작업의 시작 시간을 가져옵니다.

예제

예제 1: 작업 시작 시간 가져오기

PS C:\> $PGroup = Get-DPMProtectionGroup -DPMServerName "DPMServer02"
PS C:\> Get-DPMProtectionJobStartTime -ProtectionGroup $PGroup -JobType ConsistencyCheck

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

두 번째 명령은 $PGroup 변수에 저장된 보호 그룹에 대한 일관성 검사에 대한 작업 시작 시간을 가져옵니다.

매개 변수

-JobType

옵션을 설정할 작업의 유형을 지정합니다. 이 매개 변수에 유효한 값은 ConsistencyCheck뿐입니다.

형식:ProtectionJobType
허용되는 값:ConsistencyCheck
Position:2
Default value:None
필수:True
파이프라인 입력 허용:False
와일드카드 문자 허용:False

-ProtectionGroup

이 cmdlet이 작동하는 보호 그룹을 지정합니다. ProtectionGroup 개체를 가져오려면 Get-DPMProtectionGroup cmdlet을 사용합니다.

형식:ProtectionGroup
Position:1
Default value:None
필수:True
파이프라인 입력 허용:True
와일드카드 문자 허용:False

출력

DateTime