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

The Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.

Reply
parik
Frequent Visitor

Configure Power BI report server using PowerShell

Hi, is it possible to configure Power BI report server using PowerShell?

I already have Power BI report server installed (also using PowerShell), but I have not run the Report server configuration manager yet. Is it possible to automate this?

 

For SSRS it is possible to retrieve the configuration and manipulate it, something like this:

 

$config = Get-WmiObject –namespace "root\Microsoft\SqlServer\ReportServer\NameOfMyInstance\V13\Admin" -class MSReportServer_ConfigurationSetting -filter "InstanceName='NameOfMyInstance'"

 

I'm having hard time to achive something similar for Power BI report server.

Thanks for advice,

Petr

 

2 REPLIES 2
v-qiuyu-msft
Community Support
Community Support

Hi @parik,

 

I would suggest you firstly go through this article, there are some commands which you can try: https://github.com/Microsoft/ReportingServicesTools

 

Regarding detail code, maybe @mgmeyer@riccardomuti can help you? 

 

Best Regards,
Qiuyun Yu

Community Support Team _ Qiuyun Yu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Hi @v-qiuyu-msft,

thanks for answer. It looks very promising. I'll try it and mark your answer as solution if I succeed. 

Petr

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

Feb2025 Sticker Challenge

Join our Community Sticker Challenge 2025

If you love stickers, then you will definitely want to check out our Community Sticker Challenge!

Feb2025 NL Carousel

Fabric Community Update - February 2025

Find out what's new and trending in the Fabric community.

Top Kudoed Authors