Forum Discussion
Exporting Powerbi data gateway from Powershell
Hello All,
My query would be simple to most of you.
I being a rookie, need help on exporting of PowerBI datagateway details as shown in image DGPBI.jpg
I have referred this article, I get 2 worksheets created, but they only display Datagateway clusters:- ID, Name, Description, type, permission but not the list of fields as given in GUI like: contact info, users, status, version etc...
Please let me know how can I fetch that. Any help would be appreciable.
Thank you in advance
- Anonymous5 years ago
thank you again for your responses.
I was able to figure that out using:
Get-DataGatewayCluster -scope organization | Select -ExpandProperty MemberGatewaysThe infomation was hidden under Annotation
5 Replies
- AnonymousNot applicable
- IceyCommunity Support
Hi Anonymous ,
Glad to hear that. Please accept your reply as a solution so that people who may have the same question can get the solution directly.
Best Regards,
Icey
- AnonymousNot applicable
- d_gosbellSuper User
Why not just post a comment asking this on the gist you linked to? The author of the script is probably best placed to answer whether or not you can get the additional information you are looking for.
- IceyCommunity Support
Hi Anonymous ,
Maybe this post could also meet your requirements: Power BI On-premises Gateway Cluster Monitoring (Power Platform API).
Best Regards,
Icey
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.