--- title: "VBRProtectionGroupNotificationOptions" description: "Contains notification options for protection groups. New-VBRProtectionGroupNotificationOptions" canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/vbrprotectiongroupnotificationoptions.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Veeam PowerShell Types > VBRProtectionGroupNotificationOptions" dateModified: "2026-08-19" --- # VBRProtectionGroupNotificationOptions Contains notification options for protection groups. ## Properties
|
Property |
Type |
Description |
|---|---|---|
|
EnableAdditionalNotification |
bool |
Enables custom email notifications. |
|
SendTime |
TimeSpan |
Time when notifications will be sent. |
|
AdditionalAddress |
string[] |
Array of email addresses. |
|
UseNotificationOptions |
bool |
Enables custom notification setting. |
|
NotificationSubject |
string |
Email notifications subject. |
|
NotifyOnSuccess |
bool |
Notifies if a job finishes successfully. |
|
NotifyOnWarning |
bool |
Notifies if a job finishes with a warning. |
|
NotifyOnError |
bool |
Notifies if a job finishes with an error. |