--- title: "Get-VBRGlobalNotificationOptions" description: "This cmdlet returns the global notification settings on the following events: Low disk space Support contract expiration New product versions, available updates and patches" canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/get-vbrglobalnotificationoptions.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Backup Infrastructure > Veeam Backup & Replication Settings > Specifying Other Notification Settings > Get-VBRGlobalNotificationOptions" dateModified: "2026-08-19" --- # Get-VBRGlobalNotificationOptions ## Short Description Returns global notification settings. **Product Edition**: Standard, Enterprise, Enterprise Plus, Veeam Universal License ## Syntax ``` Get-VBRGlobalNotificationOptions [] ``` ## Detailed Description This cmdlet returns the global notification settings on the following events: - Low disk space - Support contract expiration - New product versions, available updates and patches ## Parameters `` This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see [ Microsoft Docs](https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_commonparameters?view=powershell-7). ## Output Object [`VBRGlobalNotificationOptions`](vbrglobalnotificationoptions.md) ## Examples ::: example ### Getting Global Notification Settings This command returns global notification settings. The cmdlet output will contain information on these settings. ``` Get-VBRGlobalNotificationOptions StorageSpaceThresholdEnabled : True StorageSpaceThreshold : 10 DatastoreSpaceThresholdEnabled : True DatastoreSpaceThreshold : 10 SkipVMSpaceThresholdEnabled : True SkipVMSpaceThreshold : 5 NotifyOnSupportExpiration : True NotifyOnUpdates : True ``` :::