--- title: "VBRGlobalNotificationOptions" description: "Contains global notification settings." canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/vbrglobalnotificationoptions.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Veeam PowerShell Types > VBRGlobalNotificationOptions" dateModified: "2026-08-19" --- # VBRGlobalNotificationOptions Contains global notification settings. ## Properties
|
Property |
Type |
Description |
|---|---|---|
|
StorageSpaceThresholdEnabled |
bool |
Indicates that when the disk space in the target backup repository is below a specific value Veeam Backup & Replication will (TRUE) or will not (FALSE) display a warning. |
|
StorageSpaceThreshold |
int |
Disk space threshold for backup repositories in percent. |
|
DatastoreSpaceThresholdEnabled |
bool |
Indicates that when the disk space in a production datastore is below a specific value Veeam Backup & Replication will (TRUE) or will not (FALSE) display a warning. |
|
DatastoreSpaceThreshold |
int |
Disk space threshold for production datastore in percent. |
|
SkipVMSpaceThresholdEnabled |
bool |
Indicates that when free disk space in this datastore is below the specified threshold Veeam Backup & Replication will stop (TRUE) or will not stop (FALSE) backup jobs that work with production datastores before VM snapshots are taken. |
|
SkipVMSpaceThreshold |
int |
Disk space threshold for production datastore in percent. |
|
NotifyOnSupportExpiration |
bool |
Indicates that Veeam Backup & Replication will (TRUE) or will not (FALSE) notify about the support expiration date in every email notification. |
|
NotifyOnUpdates |
bool |
Indicates that Veeam Backup & Replication will (TRUE) or will not (FALSE) notify about new product versions and patches available on the Veeam website. |