To resolve the issue of being unable to list Information Stores in Vembu NetworkBackup, follow these steps:
1. Change PowerShell Execution Policy:
Execute the following PowerShell command to change the PowerShell script's execution policy from 'Restricted' to 'Unrestricted':
Set-ExecutionPolicy Unrestricted
- Open PowerShell with administrative privileges by searching for "Windows PowerShell" and selecting "Run As Administrator" from the Start menu.
- Run the provided PowerShell command to change the execution policy.

Note: This solution is applicable to Exchange Server versions 2007 and 2010.