--- title: "Disable-VBRMailNotification" description: "Disables global email notification settings. Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License This cmdlet disables global email notification settings." canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/disable-vbrmailnotification.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Backup Infrastructure > Veeam Backup & Replication Settings > Specifying Email Notification Settings > Disable-VBRMailNotification" dateModified: "2026-08-19" --- # Disable-VBRMailNotification ## Short Description Disables global email notification settings. **Product Edition**: Standard, Enterprise, Enterprise Plus, Veeam Universal License ## Syntax ``` Disable-VBRMailNotification [] ``` ## Detailed Description This cmdlet disables global email notification settings. Run the [`Enable-VBRMailNotification`](enable-vbrmailnotification.md) cmdlet to enable global email notification settings. ## 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). ## Examples ::: example ### Disabling Global Email Notification Settings This command disables global email notification settings. ``` Disable-VBRMailNotification ``` :::