Forum Discussion
vishy427
Aug 31, 2020Copper Contributor
Login-PowerBi powershell cmdlet error
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.