<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: PowerShell get-gateways always returns blank value in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/PowerShell-get-gateways-always-returns-blank-value/m-p/2201771#M33066</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I faced with same issue. But I not clearly understand what is&amp;nbsp;&lt;SPAN&gt;Power.BI.Global.Admin.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;In my case I use service principal. But I could not find method to add SP to gateway admin list.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Could you please suggest how can I use service principal for that?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 22 Nov 2021 14:55:27 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2021-11-22T14:55:27Z</dc:date>
    <item>
      <title>PowerShell get-gateways always returns blank value</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/PowerShell-get-gateways-always-returns-blank-value/m-p/597314#M18165</link>
      <description>I am using PowerShell to retrieve information on dashboards, tiles, reports, datasets, dataset refreshes, etc. - using both the cmdlets and Invoke-PowerBIRestMethod. All is well, I am able to retrieve all of the information, send it to text files and insert it into SQL Server - except for directly retrieving gateways and the datasources in each gateway. I am able to use "/datasets/$DatasetId/Default.DiscoverGateways" to get the information on datasources and gateways in a given workspace. This gives me the datasourceId, gatewayId and all of the information about those objects. However, the datasource information and the gateway information is the same on every dataset. I would rather just retrieve the gateway itself, and the datasources in each gateway. But when I use "/gateways" or "/gateways/$GatewayId/datasources", all I get back is an empty "value". I have seen other posts in this forum indicating they also had this behavior (in the discussion of automating a task), but there was no reply or solution to that message in thread. Can anyone show me how to get the "/gateways" method to work? Thanks in advance, Sam</description>
      <pubDate>Wed, 09 Jan 2019 02:48:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/PowerShell-get-gateways-always-returns-blank-value/m-p/597314#M18165</guid>
      <dc:creator>SamTrexler</dc:creator>
      <dc:date>2019-01-09T02:48:11Z</dc:date>
    </item>
    <item>
      <title>Re: PowerShell get-gateways always returns blank value</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/PowerShell-get-gateways-always-returns-blank-value/m-p/598216#M18184</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/10307"&gt;@SamTrexler&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What information would you like? Is it the information in&amp;nbsp;&lt;A href="https://docs.microsoft.com/en-us/rest/api/power-bi/gateways/getdatasources" target="_self"&gt;power-bi/gateways/getdatasources&lt;/A&gt;? If so, you can use&amp;nbsp;&lt;A href="https://docs.microsoft.com/en-us/powershell/module/microsoftpowerbimgmt.profile/invoke-powerbirestmethod?view=powerbi-ps" target="_self"&gt;invoke-powerbirestmethod&lt;/A&gt;&amp;nbsp;with the REST API.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Dale&lt;/P&gt;</description>
      <pubDate>Thu, 10 Jan 2019 09:11:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/PowerShell-get-gateways-always-returns-blank-value/m-p/598216#M18184</guid>
      <dc:creator>v-jiascu-msft</dc:creator>
      <dc:date>2019-01-10T09:11:31Z</dc:date>
    </item>
    <item>
      <title>Re: PowerShell get-gateways always returns blank value</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/PowerShell-get-gateways-always-returns-blank-value/m-p/598551#M18191</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/28904"&gt;@v-jiascu-msft&lt;/a&gt;, thanks for the reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes, I want the data from the link you specified - as well as the information from its parent, the &lt;A href="https://docs.microsoft.com/en-us/rest/api/power-bi/gateways/getgateways" target="_self"&gt;gateways&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using Invoke-PowerBIRestMethod successfully to retrieve workspaces, dashboards, dashboard tiles, reports, datasets, dataset gateways, dataset datasources and dataset refreshes. All of these invocations work correctly and return the data on my objects.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, when I use "Invoke-PowerBIRestMethod -Url 'gateways' -Method Get" it returns an empty value - there are no gateways returned. So of course, that doesn't give me any gatewayids to use to get the datasources.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Funny thing is, when I use Invoke-PowerBIRestMethod where the Url contains "datasets/&amp;lt;datasetid&amp;gt;/gateways" I get the gateway each dataset connects to, and when I specify "datasets/&amp;lt;datasetid&amp;gt;/datasources" I get the datasource for each dataset.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But in this workspace those give me the same gateway on every dataset, and the same datasource on every dataset. What I want is a simple list of distinct gateways and distinct datasources, but those commands don't return anything.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;By the way I am logging in as the Power BI Global Admin for the tenant, so all data should be available to me, correct?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sam&lt;/P&gt;</description>
      <pubDate>Thu, 10 Jan 2019 19:23:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/PowerShell-get-gateways-always-returns-blank-value/m-p/598551#M18191</guid>
      <dc:creator>SamTrexler</dc:creator>
      <dc:date>2019-01-10T19:23:44Z</dc:date>
    </item>
    <item>
      <title>Re: PowerShell get-gateways always returns blank value</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/PowerShell-get-gateways-always-returns-blank-value/m-p/598698#M18193</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;Sam,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Since you have known the APIs and the PowerShell tool very well, I would suggest you check your account permission. Even the Global Admin can't access everything. You can log in to the PBI Service to see what you can see. Please refer to the snapshot below. It's easy and clear.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://ibb.co/0JPbn78" target="_blank"&gt;&lt;IMG src="https://ip1.i.lithium.com/3cd93936cedd3822baffa313d18a05e58bd373b9/68747470733a2f2f692e6962622e636f2f3368745a5433472f506f7765722d5368656c6c2d6765742d67617465776179732d616c776179732d72657475726e732d626c616e6b2d76616c75652e706e67" border="0" alt="Power-Shell-get-gateways-always-returns-blank-value" /&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Dale&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jan 2019 02:44:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/PowerShell-get-gateways-always-returns-blank-value/m-p/598698#M18193</guid>
      <dc:creator>v-jiascu-msft</dc:creator>
      <dc:date>2019-01-11T02:44:28Z</dc:date>
    </item>
    <item>
      <title>Re: PowerShell get-gateways always returns blank value</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/PowerShell-get-gateways-always-returns-blank-value/m-p/599305#M18201</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/28904"&gt;@v-jiascu-msft&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I did as you suggested and ran very simple commands in a new Windows Powershell session. Here are the results. Apparently I can't get the gateways directly? Is there a permisiion I need, or something?&amp;nbsp; Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="GetGateways-Screenshot.jpg" style="width: 600px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/140470iCC20668F806DD7C3/image-size/large?v=v2&amp;amp;px=999" role="button" title="GetGateways-Screenshot.jpg" alt="GetGateways-Screenshot.jpg" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="GetDatasetGateways.jpg" style="width: 600px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/140472iBDFA0A93D9168C82/image-size/large?v=v2&amp;amp;px=999" role="button" title="GetDatasetGateways.jpg" alt="GetDatasetGateways.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jan 2019 18:14:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/PowerShell-get-gateways-always-returns-blank-value/m-p/599305#M18201</guid>
      <dc:creator>SamTrexler</dc:creator>
      <dc:date>2019-01-11T18:14:18Z</dc:date>
    </item>
    <item>
      <title>Re: PowerShell get-gateways always returns blank value</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/PowerShell-get-gateways-always-returns-blank-value/m-p/599718#M18210</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/10307"&gt;@SamTrexler&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The cause isn't the permission. You definitely have the permission to get your&amp;nbsp;gateways. I tried the same as yours and I got the expected result.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you check if you have any gateways installed? Please refer to the snapshot below.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://ibb.co/qCrPTc0" target="_blank"&gt;&lt;IMG src="https://ip1.i.lithium.com/2b6733b59157512a409881c1ae03f11bbc6f2012/68747470733a2f2f692e6962622e636f2f37513136735a672f506f7765722d5368656c6c2d6765742d67617465776179732d616c776179732d72657475726e732d626c616e6b2d76616c7565322e706e67" border="0" alt="Power-Shell-get-gateways-always-returns-blank-value2" /&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Dale&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jan 2019 02:05:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/PowerShell-get-gateways-always-returns-blank-value/m-p/599718#M18210</guid>
      <dc:creator>v-jiascu-msft</dc:creator>
      <dc:date>2019-01-14T02:05:27Z</dc:date>
    </item>
    <item>
      <title>Re: PowerShell get-gateways always returns blank value</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/PowerShell-get-gateways-always-returns-blank-value/m-p/600531#M18222</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/28904"&gt;@v-jiascu-msft&lt;/a&gt;, thanks for the reply. It seems like you may be getting me closer. But I'm still not successful.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the list of gateways when I connect to Power BI. and a second screenshot showing the gateway in use in the workspace I'm concerned with.&lt;span class="lia-inline-image-display-wrapper lia-image-align-right" image-alt="GatewayUsedInRITesting 2019-01-14 161603.jpg" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/140713i50BAD8C0E9CA7E3E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="GatewayUsedInRITesting 2019-01-14 161603.jpg" alt="GatewayUsedInRITesting 2019-01-14 161603.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Gateway List 2019-01-14 161459.jpg" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/140712i5C88960D1EC6F25A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Gateway List 2019-01-14 161459.jpg" alt="Gateway List 2019-01-14 161459.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;As I showed in my post on 1/11, when I specify the workspace Id and use "Default.DiscoverGateways, I can retrieve this gateway. But when I simply specify "gateways" as the Url, I get nothing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;By the way, I am the account that owns all of the gateways. But when I am running the powershell script I connect to Power BI as the Power BI global administrator in our tenant.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Why does it work when I "Discover" the gateways for a particular workspace, but not when I ask for the gateways?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again for your help.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jan 2019 23:28:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/PowerShell-get-gateways-always-returns-blank-value/m-p/600531#M18222</guid>
      <dc:creator>SamTrexler</dc:creator>
      <dc:date>2019-01-14T23:28:41Z</dc:date>
    </item>
    <item>
      <title>Re: PowerShell get-gateways always returns blank value</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/PowerShell-get-gateways-always-returns-blank-value/m-p/600542#M18223</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/28904"&gt;@v-jiascu-msft&lt;/a&gt;&amp;nbsp;I think I have it solved. Tell me if this makes sense.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tested connecting as "Power.BI.Global.Admin" and the "gateways" url returns nothing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tested connecting as myself and I get the list of five gateways.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I went to Manage Gateways and added "Power.BI.Global.Admin" as an Administrator of the one gateway I'm interested in right now.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I re-tested as "Power.BI.Global.Admin" and now I get the list of all five gateways.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also get the list of datasources when I specify -url "gateways\&amp;lt;gatewayid&amp;gt;\datasources".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I get the list of gateways, I get all five gateways - even though I only added this user as an administrator of one of the gateways.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this the right way to go about it - do I need to make the global admin account an administrator on at least one gateway?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And is it expected behavior that this would give me all five of the gateways?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sam&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jan 2019 23:59:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/PowerShell-get-gateways-always-returns-blank-value/m-p/600542#M18223</guid>
      <dc:creator>SamTrexler</dc:creator>
      <dc:date>2019-01-14T23:59:22Z</dc:date>
    </item>
    <item>
      <title>Re: PowerShell get-gateways always returns blank value</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/PowerShell-get-gateways-always-returns-blank-value/m-p/600732#M18226</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;Sam,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I'm glad you can make it work now.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I can't reproduce the same as your descriptions. My result always shows the gateways that the account has or the account has the administrator permission. If you can provide more details, I will test again.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jan 2019 06:28:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/PowerShell-get-gateways-always-returns-blank-value/m-p/600732#M18226</guid>
      <dc:creator>v-jiascu-msft</dc:creator>
      <dc:date>2019-01-15T06:28:25Z</dc:date>
    </item>
    <item>
      <title>Re: PowerShell get-gateways always returns blank value</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/PowerShell-get-gateways-always-returns-blank-value/m-p/602480#M18255</link>
      <description>&lt;P&gt;HI&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/28904"&gt;@v-jiascu-msft&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It seems to be working correctly now. I don't know why I got all five gateways the first time, pobably a coding error on my part.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;At this point I have it pretty well debugged. And I get every gateway in the tenant which has my connection account as an administrator.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is that expected behavior?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sam&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jan 2019 01:49:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/PowerShell-get-gateways-always-returns-blank-value/m-p/602480#M18255</guid>
      <dc:creator>SamTrexler</dc:creator>
      <dc:date>2019-01-17T01:49:21Z</dc:date>
    </item>
    <item>
      <title>Re: PowerShell get-gateways always returns blank value</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/PowerShell-get-gateways-always-returns-blank-value/m-p/602490#M18256</link>
      <description>&lt;P&gt;Hi Sam,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Since there isn't a &lt;A href="https://docs.microsoft.com/en-us/rest/api/power-bi/admin" target="_self"&gt;REST API of gateways for Admin&lt;/A&gt;, I think you have gotten the expected result.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jan 2019 02:04:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/PowerShell-get-gateways-always-returns-blank-value/m-p/602490#M18256</guid>
      <dc:creator>v-jiascu-msft</dc:creator>
      <dc:date>2019-01-17T02:04:25Z</dc:date>
    </item>
    <item>
      <title>Re: PowerShell get-gateways always returns blank value</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/PowerShell-get-gateways-always-returns-blank-value/m-p/602516#M18259</link>
      <description>&lt;P&gt;Thanks,&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/28904"&gt;@v-jiascu-msft&lt;/a&gt;. You have been very helpful.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jan 2019 02:46:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/PowerShell-get-gateways-always-returns-blank-value/m-p/602516#M18259</guid>
      <dc:creator>SamTrexler</dc:creator>
      <dc:date>2019-01-17T02:46:01Z</dc:date>
    </item>
    <item>
      <title>Re: PowerShell get-gateways always returns blank value</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/PowerShell-get-gateways-always-returns-blank-value/m-p/2201771#M33066</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I faced with same issue. But I not clearly understand what is&amp;nbsp;&lt;SPAN&gt;Power.BI.Global.Admin.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;In my case I use service principal. But I could not find method to add SP to gateway admin list.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Could you please suggest how can I use service principal for that?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Nov 2021 14:55:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/PowerShell-get-gateways-always-returns-blank-value/m-p/2201771#M33066</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-11-22T14:55:27Z</dc:date>
    </item>
  </channel>
</rss>

