Following code has been tested on SSRS 2010 to 2016
1. Install the Reporting Service Powershell Module
Install-Module -Name ReportingServicesTools
2. Code to download RDLs
# Remove Quotes from deliminated data file, and remove comma from field value
# Parameters definition
[CmdletBinding()]
Param(
[Parameter(Mandatory=$True,Position=1)]
[string]$InputFile,
[Parameter(Mandatory=