Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
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
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
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
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
6 | |
4 | |
3 | |
2 | |
1 |
User | Count |
---|---|
7 | |
6 | |
6 | |
4 | |
3 |