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.
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 UnrestrictedNote: This command sets the execution policy to allow the running of scripts.3. After updating the execution policy, try listing databases again.