Thanks to everyone who watched my demo last night on how to quickly deploy the Tiger teams' SQL Server Performance Dashboard reports to your SSRS Server [without downloading SSDT just to change the name of the report server!].
For everyone who just wants to be able to deploy entire folders worth of SSRS objects (Reports, DataSets, & DataSources) to your SSRS servers with a single command, just run this in PowerShell [obvious requisite warning: this downloads code from the internet to your machine]:
Invoke-Expression (Invoke-WebRequest https:
//aka.ms/rstools
)
The command mentioned above is Write-RsFolderContent and you will need to supply values for it's -ReportServerUri, -Path, & -Destination parameters.
I'm still finishing up the article I mentioned last night and will follow up with a link to it when it's finally published.
I hope this helps you and please don't hesitate to ask me if you have questions about how this all works!
:-)