Resolving Issue - "No Databases Were Listed for Backup" in BDRShield

Resolving Issue - "No Databases Were Listed for Backup" in BDRShield

KB ID: 109000
Cause:
BDRShield utilizes a PowerShell script to list databases available in Exchange Server. If the execution of PowerShell scripts is disabled in the Exchange Server, BDRShield will not be able to list the available databases during the backup process.
Solution:
To resolve the issue of "No Databases Were Listed for Backup," follow these steps:
1. Open PowerShell.
2. Change the PowerShell script's execution policy from 'Restricted' to either ‘RemoteSigned’ or 'Unrestricted' by issuing the following command:
Set-ExecutionPolicy Unrestricted
Note: This command sets the execution policy to allow the running of scripts.
3. After updating the execution policy, try listing databases again.
By changing the PowerShell script's execution policy, you enable the necessary permissions for BDRShield to list databases during the backup process.