VERBOSE: Establishing proxy connection to http:///ReportService2010.asmx...
Exception calling "ListChildren" with "2" argument(s): "Unable to connect to the remote server"
At C:\Program
Files\WindowsPowerShell\Modules\ReportingServicesTools\0.0.7.0\Functions\CatalogItems\Get-RsFolderContent.ps1:85 char:17
Trying to execute: Get-RsFolderContent –RsFolder '/Sample Reports' -Credential Connect-RsReportServer -ReportServerUri 'http:///ReportServer' -Verbose| Format-Table -AutoSize -Verbose
gives the following error:
VERBOSE: Establishing proxy connection to http:///ReportService2010.asmx...
Exception calling "ListChildren" with "2" argument(s): "Unable to connect to the remote server"
At C:\Program
Files\WindowsPowerShell\Modules\ReportingServicesTools\0.0.7.0\Functions\CatalogItems\Get-RsFolderContent.ps1:85 char:17
Works on a local server; only failing when making calls to remote SSRS server, please advise.