Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

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

 

  • Anonymous's avatar
    Anonymous
    5 years ago

    Icey d_gosbell 

    thank you again for your responses.

     

    I was able to figure that out using:

    Get-DataGatewayCluster -scope organization | Select -ExpandProperty MemberGateways
    The infomation was hidden under Annotation
     
     

5 Replies

  • Anonymous's avatar
    Anonymous
    Not applicable

    Icey d_gosbell 

    thank you again for your responses.

     

    I was able to figure that out using:

    Get-DataGatewayCluster -scope organization | Select -ExpandProperty MemberGateways
    The infomation was hidden under Annotation
     
     

    • Icey's avatar
      Icey
      Community 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

    • d_gosbell's avatar
      d_gosbell
      Super 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.