Share via


New-DPMRecoveryNotification

Crée un objet de notification.

Syntax

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

Description

L’applet de commande New-DPMRecoveryNotification crée un objet de notification que System Center - Data Protection Manager (DPM) utilise pour la récupération. DPM prend actuellement en charge uniquement Notifications par e-mail.

Exemples

Exemple 1 : Créer un objet de notification

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

Cette commande crée une notification par e-mail pour un événement que DPM envoie à Elisa.Daugherty@contoso.com.

Paramètres

-NotificationIdList

Spécifie un tableau d’ID auxquels la récupération envoie des notifications.

Type:String[]
Position:2
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False

-NotificationType

Spécifie le type de notification. Actuellement, la seule valeur valide est email.

Type:NotificationType
Accepted values:Email
Position:1
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False

Sorties

Notification