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.
Related Articles
BDRShield - Release Notes
BDRShield v8.2.0 Release Date: December 19, 2025 Console: BDRShield On-Premise Management Console New Features Hypervisor Support – Proxmox VE 9.0 - Added full support for Proxmox VE 9.0 environments, enabling seamless backup and recovery operations ...
Addressing "Microsoft 365 Domains not listed during backup configuration" Issue
KB ID: 310000 Cause: This issue arises when the Domain status is unhealthy or inactive for any of the domains in the Microsoft 365 Organization added to the BDRShield Server. Solution: 1. Check Domain Status: Contact your Microsoft 365 account ...
Handling Inconsistent Incremental Backups in BDRShield for Exchange Server Databases
KB ID: 109105 Issue: The last Incremental Backup of the database +<currDBName>+ appears to have been executed from another application instead of BDRShield for Exchange Server. The last Incremental Backup executed by BDRShield for Exchange Server was ...
Backup Configuration in BDRShield
How do I configure a backup job in BDRShield? To configure a backup job: Log in to the BDRShield web console. Navigate to the Backup section and click Add Backup Job. Select the source (e.g., physical server, virtual machine, or endpoint). Choose the ...
Missed Backup Schedule Issue in BDRShield
KB ID: 102032 Summary: This knowledge base article addresses the issue of missed backup schedules in BDRShield products. The article explains the causes behind missed backup schedules and provides solutions to avoid and rectify this problem. Cause: ...