New-DPMRecoveryNotification
Hiermee maakt u een meldingsobject.
Syntax
New-DPMRecoveryNotification
[-NotificationType] <NotificationType>
[-NotificationIdList] <String[]>
[<CommonParameters>]
Description
De cmdlet New-DPMRecoveryNotification maakt een meldingsobject dat door System Center - Data Protection Manager (DPM) wordt gebruikt voor herstel. DPM ondersteunt momenteel alleen e-mailmeldingen.
Voorbeelden
Voorbeeld 1: Een meldingsobject maken
PS C:\>New-DPMRecoveryNotification -NotificationType email -NotificationIdList "Elisa.Daugherty@contoso.com"
Met deze opdracht maakt u een e-mailmelding voor een gebeurtenis die DPM verzendt naar Elisa.Daugherty@contoso.com.
Parameters
-NotificationIdList
Hiermee geeft u een matrix met id's op waarnaar het herstel meldingen verzendt.
Type: | String[] |
Position: | 2 |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-NotificationType
Hiermee geeft u het type melding op. Op dit moment is e-mail de enige geldige waarde.
Type: | NotificationType |
Accepted values: | |
Position: | 1 |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Uitvoerwaarden
Notification