✏️ Explanatory Question

How can you deploy all reports using PowerShell?

👁 41 Views
📘 Detailed Answer
🟢 Easy
💡

Answer with Explanation

To deploy all reports using PowerShell:

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

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

  1. Note: The drive letter (C:) may vary depending on the environment.