✏️ Explanatory Question

What command should you run to deploy a specific report using PowerShell?

👁 27 Views
📘 Detailed Answer
🟢 Easy
💡

Answer with Explanation

To deploy a specific report using PowerShell:

  1. Open PowerShell as an administrator.
  2. Run the following command:

C:\AosService\PackagesLocalDirectory\Plugins\AxReportVmRoleStartupTask\DeployAllReportsToSSRS.ps1 -Module ApplicationSuite -ReportName TaxVatRegister.Report

  1. Replace TaxVatRegister.Report with the name of the report you want to deploy.