Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more

Reply
Anonymous
Not applicable

auto install power bi report server on-premise using cmd, powershell or other

Hello,

 

Please can someone know if it's possible to automatically install power bi report server on-premise using powershell or cmd or others ? if yes, is it possible to do it with a configuration file like we do with sql server ?

 

Thanks 🙂 

6 REPLIES 6
lbendlin
Super User
Super User

How many report servers are you planning to install?

xkcd: Automation

Anonymous
Not applicable

Now I just plan to install one
But the goal is to have an application where someone can ask a report server.

 

Anonymous
Not applicable

Yes, it is possible an supported. If you run setup with /? you should get an idea of the parameters to run an installation in silent mode. Once the server is installed, the WMI APIs can be used to configure it. There are also powershell commandlets that wrap those apis so this can be done programaticaly:

https://github.com/microsoft/ReportingServicesTools

 

Thanks

-gboreki

Anonymous
Not applicable

Hello gboreki,

 

Thanks for your answer

I already tried it with this command PowerBIReportServer.exe /q /ACTION=INSTALLER /INSTANCENAME=PBIRS

but it doesn't work. Do you have an idea about parameters I can use ?

 

Thanks

Hi, As @Anonymous  said, when you execute : PowerBIReportServer.exe /? A windows opens containing all the parameters. So I tried this command and the installation succeeded: PowerBIReportServer.exe /quiet /norestart /log "C:\Tmp\pbirsint.log" /InstallFolder="C:\Program Files\PBIRS" /IAcceptLicenseTerms /Edition=Dev Hope it will help you 🙂 Try this:

Hi,

As @Anonymous said, when you execute :

PowerBIReportServer.exe /?

A windows opens containing all the parameters.

So I tried this command and the installation succeeded:

PowerBIReportServer.exe /quiet /norestart /log "C:\Tmp\pbirsint.log" /InstallFolder="C:\Program Files\PBIRS" /IAcceptLicenseTerms /Edition=Dev

Hope it will help you 🙂

Try this:

 

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.