web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :
Dynamics 365 Community / Blogs / D365/AX by Pedro Tornich / Deploy reports using comman...

Deploy reports using command line

Pedro Tornich Profile Picture Pedro Tornich 955

Hi everyone,

Sometimes it’s useful to deploy all reports in an environment or all custom reports and with the command line you can deploy all reports at once.

Here are some report deployment command line examples:

K:\AosService\PackagesLocalDirectory\Plugins\AxReportVmRoleStartupTask\DeployAllReportsToSSRS.ps1 -PackageInstallLocation "K:\AosService\PackagesLocalDirectory"
K:\AosService\PackagesLocalDirectory\Plugins\AxReportVmRoleStartupTask\DeployAllReportsToSSRS.ps1 -PackageInstallLocation "K:\AosService\PackagesLocalDirectory" -Module mymodel
K:\AosService\PackagesLocalDirectory\Plugins\AxReportVmRoleStartupTask\DeployAllReportsToSSRS.ps1 -PackageInstallLocation "K:\AosService\PackagesLocalDirectory" -ReportName AssetDep*,TaxVatRegister.Report

This was originally posted here.

Comments

*This post is locked for comments