Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Email Notifications is not configured HealthCheck #23

Closed
2 tasks done
rebelinux opened this issue May 5, 2024 · 2 comments · Fixed by #32
Closed
2 tasks done

Add Email Notifications is not configured HealthCheck #23

rebelinux opened this issue May 5, 2024 · 2 comments · Fixed by #32
Assignees
Labels
change request New feature or request

Comments

@rebelinux
Copy link
Collaborator

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

  • I have read the documentation, and referred to the known issues before submitting this change request.
  • I have checked for previously opened & closed issues before submitting this change request.
@rebelinux rebelinux added the change request New feature or request label May 5, 2024
@rebelinux rebelinux self-assigned this May 5, 2024
rebelinux added a commit to rebelinux/AsBuiltReport.Veeam.VB365 that referenced this issue May 23, 2024
@rebelinux
Copy link
Collaborator Author

VeeamCommunity/veeamcommunity-2023-Team-4#5

$emailSettings = Get-VBOEmailSettings
if ($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
}

@rebelinux
Copy link
Collaborator Author

image

@rebelinux rebelinux mentioned this issue May 25, 2024
7 tasks
@rebelinux rebelinux mentioned this issue May 25, 2024
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
change request New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant