New-DPMRecoveryNotification
Creates a notification object.
Parameter Set: Default
New-DPMRecoveryNotification [-NotificationType] <DbEnums+NotificationType> {Email} [-NotificationIdList] <String[]> [ <CommonParameters>]
The New-DPMRecoveryNotification cmdlet creates a notification object that System Center 2012 – Data Protection Manager (DPM) uses for recovery. DPM currently supports only email notifications.
Specifies an array of IDs to which the recovery sends notifications.
Aliases |
none |
Required? |
true |
Position? |
2 |
Default Value |
none |
Accept Pipeline Input? |
false |
Accept Wildcard Characters? |
false |
Specifies the type of notification. Currently, the only valid value is email.
Aliases |
none |
Required? |
true |
Position? |
1 |
Default Value |
none |
Accept Pipeline Input? |
false |
Accept Wildcard Characters? |
false |
This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).
The input type is the type of the objects that you can pipe to the cmdlet.
The output type is the type of the objects that the cmdlet emits.
- Notification
This command creates an email notification for an event that DPM sends to Elisa.Daugherty@contoso.com.
PS C:\> New-DPMRecoveryNotification -NotificationType email -NotificationIdList "Elisa.Daugherty@contoso.com"