- All reports in all modules
K:\AosService\PackagesLocalDirectory\Plugins\AxReportVmRoleStartupTask\DeployAllReportsToSSRS.ps1 -PackageInstallLocation "K:\AosService\PackagesLocalDirectory"
Here the AOS resides in K drive. - All reports in specific module
K:\AosService\PackagesLocalDirectory\Plugins\AxReportVmRoleStartupTask\DeployAllReportsToSSRS.ps1 -PackageInstallLocation "K:\AosService\PackagesLocalDirectory" -Module ApplicationSuite
Here all reports in Application Suite module will be deployed - Specific report in specific module
K:\AosService\PackagesLocalDirectory\Plugins\AxReportVmRoleStartupTask\DeployAllReportsToSSRS.ps1 -PackageInstallLocation "K:\AosService\PackagesLocalDirectory" -Module ApplicationSuite -ReportName MyCustomReport.Report
Here MyCustomReport.Report inside the Application Suite module is deployed.
Thursday, August 15, 2019
D365fo deploy reports through powershell
To deploy report use powershell following commands:
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment