Forum Discussion
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
- lbendlinSuper User
How many report servers are you planning to install?
- AnonymousNot applicable
Now I just plan to install one
But the goal is to have an application where someone can ask a report server.- AnonymousNot 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