Forum Discussion
h4tt3n
5 years agoHelper V
(PowerShell) Connect-PowerBIServiceAccount not working
Hello folks, Since yesterday I have been unable to log on to PBI service through PowerShell with the Connect-PowerBIServiceAccount command. I have been working with PBI service management via ...
- 4 years ago
Problem found and solved!
It turned out that an update to the PowerShell extension for VS Code set this value "powershell.useX86Host": true. In other words, it started running 32 bit as default. Manually changing it back to x64 like shown in the screenshots belov solved the problem:
Cheers, Mike
h4tt3n
5 years agoHelper V
Problem disappeared by itself after 3 days.