The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hi,
Is there any way to make an unattended installation of on prem PowerBI report server ?
Like a DSC Desired State Configuration module for PowerBI report server, or any scripted alternative to automated the provisioning in a Config As Code way ?
Thanks
It looks like the SQlServerDsc team is considering this as a new resource:
Yes. If you run the setup from command line with /? there is a dialog explaining the parameters for running an unattended install. Note that some configuration is required after setup (to set the database connection and URL reservations) that can be done through rsconfig.exe.
If I have a registered version, how do I retrieve the PID?
This PowerShell script should return the ProductId you may have to sift through the results a bit:
get-wmiobject Win32_Product | Format-Table IdentifyingNumber, Name, LocalPackage -AutoSize
User | Count |
---|---|
4 | |
2 | |
1 | |
1 | |
1 |
User | Count |
---|---|
4 | |
4 | |
4 | |
3 | |
2 |