Deploy Reports in Dynamics 365 for operations

 Hi,,

Deploy Reports in Dynamics 365 for operations



All reports can be deployed using following commands . To run command open PowerShell as administrator  and run following commands. Depending in path in your virtual machine you can switch between C: and J: drive.

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


Wanted to add to this post. The actual command that works (in this case for a single report)is:

J:>AosService>PackagesLocalDirectory>Plugins>AxReportVmRoleStartupTask>.\DeployAllReportsToSsrs.ps1 -PackageInstallLocation "J:\AosService\PackagesLocalDirectory" -Module ApplicationSuite –ReportName .Report


Single Report in Deployment

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


Comments