Crafting a Tailored Cloud Connect Maintenance Mode Message for Your Virtualization Needs

As a Veeam Cloud Connect Service Provider (SP), you have the ability to customize the default error message displayed in the Job Status for Cloud Connect Maintenance Mode. This can be done by adding a registry value as documented in the online Veeam Help Centre. To create a custom Maintenance mode notification, on the SP Veeam backup server, create the new registry value HKEY_LOCAL_MACHINE\SOFTWARE\Veeam\Veeam Backup and Replication\CloudMaintenanceModeMessage = (String), where is a Maintenance mode notification that you want to display on the tenant side.

Additionally, Veeam has provided a quick PowerShell script that can be used to report on the current registry value for the Maintenance Mode and delete the key and return the message to its default state. This can be useful for Service Providers who need to easily customize the error message displayed in Cloud Connect Maintenance Mode.

Here is an example of how you can use the PowerShell script to set a custom Maintenance mode notification:

1. Open PowerShell on the Veeam backup server and run the following command:

“`

.\Set-CloudMaintenanceMessage.ps1 -Mode Message = “Your Cloud Connect Service is undergoing maintenance. Please try again later.”

“`

This will set the custom Maintenance mode notification to the specified message.

2. To report on the current registry value for the Maintenance Mode and delete the key, you can run the following command:

“`

.\Get-CloudMaintenanceMessage.ps1

“`

This will display the current registry value for the CloudMaintenanceModeMessage. If you want to reset the message to its default state, you can use the following command:

“`

.\Set-CloudMaintenanceMessage.ps1 -Mode Message = “Default Message”

“`

This will delete the custom message and set the default error message for Cloud Connect Maintenance Mode.

The PowerShell script is a quick and easy way to customize the error message displayed in Cloud Connect Maintenance Mode. By using the script, Service Providers can easily set a custom notification that is more informative and helpful for their tenants. This can help improve the overall experience of Cloud Connect and increase customer satisfaction.

In conclusion, this article has demonstrated how Veeam Cloud Connect Service Providers can customize the default error message displayed in Cloud Connect Maintenance Mode using a quick PowerShell script. By setting a custom notification, Service Providers can provide a better experience for their tenants and improve overall customer satisfaction.