You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$emailSettings=Get-VBOEmailSettingsif ($emailSettings.EnableNotification-eq$True) {
write-host ("Email Notifications is configured. Please ensure specific settings are configured and tested") -ForegroundColour green
} else {
write-host"Email Notifications is not configured"-ForegroundColour red
}
Veeam Backup for Microsoft 365 version
7
Description
Without setting up an email and server in the email notifications users will not get notified when there are issues
https://helpcenter.veeam.com/docs/vbo365/guide/vbo_notification_settings.html?ver=70
Additional Context
No response
Before submitting
The text was updated successfully, but these errors were encountered: