The attached PowerShell script will allow you to backup your reports. Useful if you have many hours invested into custom reports, which would be lost should your database have a .. problem!

- Add your SolarWinds server's IP/Hostname, along with your admin user & password to this line to setup the SWIS connection which is called later on in the script.
- Specify the output location for the reports here.
- Modify or remove the included where clause to filter for the reports you need to export (if you export them all, there's over 400 OOTB reports, so you may want to be more specific!).
This script was updated and modified from one found in the following THWACK question:
(+) Exporting All Reports - Report Lab - The Orion Platform - THWACK (solarwinds.com)
. Kudos to @wluther for the original script. I just had to tidy up the connection string piece, as SWIS has changed a little.