Aug 31 2020 06:52 AM
Hi ALL,
I am getting below errow while executing the Login-PowerBI powershell cmdlet
At line:1 char:1
+ Login-PowerBI
+ ~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [], AggregateException
+ FullyQualifiedErrorId : System.AggregateException
I do have the latest .Net framework. I did update the AzureADWindowsAuthenticator.exe.config in profile with the below code -
<system.net>
<defaultProxy enabled="true" useDefaultCredentials="true">
<proxy usesystemdefault="true" bypassonlocal="true" />
</defaultProxy>
<settings>
<ipv6 enabled="false"/>
</settings>
</system.net>
Even then it is not working for me , kindly request you to provide your inputs on the same.
Jan 13 2021 09:47 AM
@vishy427
Were you finally able to solve the problem?
I'm having the same issue