<?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: Connect-PowerBIServiceAccount : Failed to populate environments in settings in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Connect-PowerBIServiceAccount-Failed-to-populate-environments-in/m-p/1302764#M25295</link>
    <description>&lt;P&gt;Thank you, Aaron. That was the fix!&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 18 Aug 2020 05:12:08 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-08-18T05:12:08Z</dc:date>
    <item>
      <title>Connect-PowerBIServiceAccount : Failed to populate environments in settings</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Connect-PowerBIServiceAccount-Failed-to-populate-environments-in/m-p/1291378#M25217</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have been running this command without any issue for more than a year:&amp;nbsp;Connect-PowerBIServiceAccount.&lt;/P&gt;&lt;P&gt;Since yesterday, it keeps failing with the following error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#ff0000"&gt;Connect-PowerBIServiceAccount : Failed to populate environments in settings.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#ff0000"&gt;FullyQualifiedErrorId : Failed to populate environments in settings,Microsoft.PowerBI.Commands.Profile.ConnectPowerBIServiceAccount&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am running it from Windows Powershell ISE. Please kindly assist.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Regards&lt;/P&gt;&lt;P&gt;Joe&lt;/P&gt;</description>
      <pubDate>Wed, 12 Aug 2020 18:33:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Connect-PowerBIServiceAccount-Failed-to-populate-environments-in/m-p/1291378#M25217</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-08-12T18:33:37Z</dc:date>
    </item>
    <item>
      <title>Re: Connect-PowerBIServiceAccount : Failed to populate environments in settings</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Connect-PowerBIServiceAccount-Failed-to-populate-environments-in/m-p/1302032#M25289</link>
      <description>&lt;P&gt;@Anonymous&lt;/a&gt;&amp;nbsp;what's your OS and did you recently get this update?&amp;nbsp;KB4569746. We're on Win2016 and are facing the same issue. Another team of ours are on Win2012 R2 and got a similar update&amp;nbsp;KB4570508 and their script is still working.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Aug 2020 20:08:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Connect-PowerBIServiceAccount-Failed-to-populate-environments-in/m-p/1302032#M25289</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-08-17T20:08:42Z</dc:date>
    </item>
    <item>
      <title>Re: Connect-PowerBIServiceAccount : Failed to populate environments in settings</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Connect-PowerBIServiceAccount-Failed-to-populate-environments-in/m-p/1302203#M25293</link>
      <description>&lt;P class="lia-align-left"&gt;Hi &lt;A href="https://community.powerbi.com/t5/user/viewprofilepage/user-id/214626" target="_self"&gt;zzfaithlezz&lt;/A&gt;,&lt;/P&gt;&lt;P class="lia-align-left"&gt;We are on Windows Server 2012 R2. Last updates happened in 2017.&lt;/P&gt;&lt;P class="lia-align-left"&gt;Once Microsoft get back to you, please kindly share the recommendations to fix the issue.&lt;/P&gt;&lt;P class="lia-align-left"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="lia-align-left"&gt;Regards&lt;/P&gt;&lt;P class="lia-align-left"&gt;Joe&lt;/P&gt;</description>
      <pubDate>Mon, 17 Aug 2020 21:02:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Connect-PowerBIServiceAccount-Failed-to-populate-environments-in/m-p/1302203#M25293</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-08-17T21:02:56Z</dc:date>
    </item>
    <item>
      <title>Re: Connect-PowerBIServiceAccount : Failed to populate environments in settings</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Connect-PowerBIServiceAccount-Failed-to-populate-environments-in/m-p/1302737#M25294</link>
      <description>&lt;P&gt;Had the same error, although this is the first time i have setup it up.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Found this thread which worked for me: &lt;A href="https://community.powerbi.com/t5/Service/PowerShell-Login-to-Power-BI-Write-Error/m-p/1095055#M96357" target="_blank"&gt;https://community.powerbi.com/t5/Service/PowerShell-Login-to-Power-BI-Write-Error/m-p/1095055#M96357&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The short of it was to install each module individually (I think &lt;FONT face="courier new,courier"&gt;MicrosoftPowerBIMgmt.Profile&lt;/FONT&gt; was the key one):&lt;/P&gt;&lt;PRE&gt;Install-Module -Name MicrosoftPowerBIMgmt.Admin&lt;BR /&gt;Install-Module -Name MicrosoftPowerBIMgmt.Capacities&lt;BR /&gt;Install-Module -Name MicrosoftPowerBIMgmt.Data&lt;BR /&gt;Install-Module -Name MicrosoftPowerBIMgmt.Profile&lt;BR /&gt;Install-Module -Name MicrosoftPowerBIMgmt.Reports&lt;BR /&gt;Install-Module -Name MicrosoftPowerBIMgmt.Workspaces&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;After doing that the command worked for me.&lt;/P&gt;&lt;PRE&gt;Connect-PowerBIServiceAccount&lt;/PRE&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Aug 2020 04:40:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Connect-PowerBIServiceAccount-Failed-to-populate-environments-in/m-p/1302737#M25294</guid>
      <dc:creator>AaronL</dc:creator>
      <dc:date>2020-08-18T04:40:06Z</dc:date>
    </item>
    <item>
      <title>Re: Connect-PowerBIServiceAccount : Failed to populate environments in settings</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Connect-PowerBIServiceAccount-Failed-to-populate-environments-in/m-p/1302764#M25295</link>
      <description>&lt;P&gt;Thank you, Aaron. That was the fix!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Aug 2020 05:12:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Connect-PowerBIServiceAccount-Failed-to-populate-environments-in/m-p/1302764#M25295</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-08-18T05:12:08Z</dc:date>
    </item>
    <item>
      <title>Re: Connect-PowerBIServiceAccount : Failed to populate environments in settings</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Connect-PowerBIServiceAccount-Failed-to-populate-environments-in/m-p/1305256#M25328</link>
      <description>&lt;P&gt;Thanks so much Aaron.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Aug 2020 19:50:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Connect-PowerBIServiceAccount-Failed-to-populate-environments-in/m-p/1305256#M25328</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-08-18T19:50:28Z</dc:date>
    </item>
  </channel>
</rss>

