This instruction is created for Oracle on Windows, it also applies to Unix/Linux installations. The difference will be mainly the folder path locations.
Master
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=