Forum Discussion

PranavC's avatar
PranavC
New Member
7 months ago
Solved

Unable to configure Report server configuration manager with script/ code

Hello everyone,   Previously, we were using SSRS for reporting, and to configure it using the WMI methods: Get-WmiObject -Namespace and the configuration members (as documented by Microsoft).MSRep...
  • v-ssriganesh's avatar
    v-ssriganesh
    7 months ago

    Hello PranavC,
    You’re correct in your observation.

    Cmdlets such as Set-RsEmailSettings, Set-RsDatabase, and Set-RsDatabaseCredentials in the ReportingServicesTools module are SSRS-specific and are not supported for PBIRS. These commands rely on WMI/APIs that are intentionally not exposed in PBIRS, so they may work for SSRS but will fail or behave inconsistently when used with PBIRS.

    For PBIRS, there is no supported API, WMI interface or PowerShell method to configure database connections, email settings, service accounts, or encryption key restore. Manual configuration via the Report Server Configuration Manager UI is the only supported and reliable approach today. Limited scripting support exists only for URL/SSL bindings and encryption key backup. This behavior is by design, not related to permissions or version issues.

     

    Thank you for your patience.