Install-sqmSsrsReportServer
Other sqmSQLTool v1.8.2+
Installs and configures SQL Server Reporting Services (SSRS).

Examples

Install-sqmSsrsReportServer
Install-sqmSsrsReportServer

    Installs SSRS using the installer path stored in sqmConfig,
    Edition Developer, followed by full configuration with default values.
Install-sqmSsrsReportServer `
Install-sqmSsrsReportServer `
        -InstallerPath '\\srv-share\Software\SSRS2022\SQLServerReportingServices.exe' `
        -Edition Standard `
        -DatabaseServer 'SQL-AG-Listener' `
        -ServiceAccount 'DOMAIN\svc_ssrs' `
        -EncryptionKeyPassword (Read-Host -AsSecureString 'Key-Passwort')
Install-sqmSsrsReportServer -SkipConfiguration -WhatIf
Install-sqmSsrsReportServer -SkipConfiguration -WhatIf

    Shows what would be installed without making any changes.