The existing SSRS report deployment process I have been working with uses SQL Server’s RS Utility along with a custom app that creates RSS input files that rs.exe reads. Both applications are used by a PowerShell script that serves as the driver. In setting up a new machine at work I had neither tool installed…
Batch Download SSRS Reports with PowerShell
Lately our continuous integration process has encountered some errors with automatic SSRS report deployments to our Test environment when reports are merged to the appropriate branch. Unfortunately when this fails the process makes no attempt to re-deploy the reports on the next build. Those CI failures left me with a need to mass download the…