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

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :

Deploy SSRS reports through Windows Powershell in Dynamics 365 Finance and Operations

Community Member Profile Picture Community Member

Introduction:In this blog, we will see how to deploy SSRS reports in Microsoft Dynamics 365 Finance and Operations  


Solution: 

For on-prem environment, we will open Windows PowerShell in administrator mode and run the below scrip step by step.

cd C:\AOSService\PackagesLocalDirectory\Plugins\AxReportVmRoleStartupTask\

.\DeployAllReportsToSsrs.ps1

For online Cloudhosted/Dev environment, we will run below mentioned script

cd k:\AosService\PackagesLocalDirectory\Plugins\AxReportVmRoleStartupTask\

.\DeployAllReportsToSSRS.ps1 -PackageInstallLocation "k:\AosService\PackagesLocalDirectory"

It appears as

When deploying reports are completed, It looks like

Thanks for reading !!!

The post Deploy SSRS reports through Windows Powershell in Dynamics 365 Finance and Operations appeared first on .


This was originally posted here.

Comments

*This post is locked for comments