In this blog, by using the below script we'll deploy SSRS reports in Microsoft Dynamics 365 Finance and Operations using Windows PowerShell
Open Windows PowerShell in administrator mode and run the below script.
cd
C:\AOSService\PackagesLocalDirectory\Plugins\AxReportVmRoleStartupTask\
.\DeployAllReportsToSsrs.ps1
For online Cloud-hosted Dev VM,
we will run below script
cd
[AOS Direcotory]:\AosService\PackagesLocalDirectory\Plugins\AxReportVmRoleStartupTask\
.\DeployAllReportsToSSRS.ps1
-PackageInstallLocation "[AOS Direcotory]:\AosService\PackagesLocalDirectory"
While executing the command you’ll see the below
window.