April 21, 2023

Deploy SSRS Reports using PowerShell – D365FO

Open windows powershell in administrator mode.

execute below commands.

Set-ExecutionPolicy Unrestricted
Y
For Local environment
K:\Packages\Plugins\AxReportStartVmRoleStartupTask\DeployAllReportsToSSRS.ps1

For Azure environment

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

No comments:

Post a Comment