microsoft / RdlMigration

Tool that converts RDL from a SQL Server Reporting Services Server or Power BI Report server and published to a Power BI premium workspace
MIT License
111 stars 44 forks source link

SRSS Root Directory #61

Open mbwseco opened 1 year ago

mbwseco commented 1 year ago

Is is possible to run the RDL Migration Tool from the root directory so that it will move all the RDL reports in the folders.

The documentation doesn't have any information if this is possible, but based on the example I'm wondering if this will work. Has anyone tried this?

General Command - RdlMigration "your Base url endpoint" "file Path" "WorkspaceName" "client-id"

Example Command - RdlMigration https://ssrsservername/reportserver "/My Reports" "My Workspace"

Root Command - RdlMigration https://ssrsservername/reportserver "/" "My Workspace"