Search your query

Tuesday, August 9, 2022

Deploy SSRS Reports using Powershell Command


Deploy Reports in DEV Machine:

Initial Step: Run - Powershell App in Administrator.


Note: Check the directory whether C or K for VM or Cloud Hosted Machines.


  1. Deploy All Reports - All Modules:

    K:\AosService\PackagesLocalDirectory\Plugins\AxReportVmRoleStartupTask\DeployAllReportsToSSRS.ps1 -PackageInstallLocation "K:\AosService\PackagesLocalDirectory"

  2. Deploy Specific Module Reports:

    K:\AosService\PackagesLocalDirectory\Plugins\AxReportVmRoleStartupTask\DeployAllReportsToSSRS.ps1 -PackageInstallLocation "K:\AosService\PackagesLocalDirectory" -Module ApplicationSuite


  3. Deploy only/Specific Report in Given Module:

    K:\AosService\PackagesLocalDirectory\Plugins\AxReportVmRoleStartupTask\DeployAllReportsToSSRS.ps1 -PackageInstallLocation "K:\AosService\PackagesLocalDirectory" -Module ApplicationSuite -ReportName MyTestReport.Report