다음을 통해 공유


New-DPMRecoveryNotification

알림 개체를 만듭니다.

구문

New-DPMRecoveryNotification
   [-NotificationType] <NotificationType>
   [-NotificationIdList] <String[]>
   [<CommonParameters>]

Description

New-DPMRecoveryNotification cmdlet은 System Center - DPM(Data Protection Manager)이 복구에 사용하는 알림 개체를 만듭니다. DPM은 현재 이메일 알림만 지원합니다.

예제

예제 1: 알림 개체 만들기

PS C:\>New-DPMRecoveryNotification -NotificationType email -NotificationIdList "Elisa.Daugherty@contoso.com"

이 명령은 DPM이 Elisa.Daugherty@contoso.com보내는 이벤트에 대한 이메일 알림을 만듭니다.

매개 변수

-NotificationIdList

복구에서 알림을 보내는 ID의 배열을 지정합니다.

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

-NotificationType

알림 유형을 지정합니다. 현재 유효한 값은 전자 메일뿐입니다.

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

출력

Notification