I am using this script in the URL below to copy reports from SSRS 2012 to PowerBI report server.
https://sqlserverbi.blog/2016/12/03/migrating-reports-between-ssrs-report-servers-simplified-with-new-powershell-commands/
This works good but the caveat is I have to mention each folder and create it prior to copying to the local drive and uploading to PowerBI report server.
In SSRS 2012, I have main folder ( which I am trying to copy) and then sub-folders within.
What is the script\command to copy everything under the parent folder without having to go through each folder within the parent one.
Thanks in advance.