Forum Discussion
powershell for inventory of workspaces/reports
what worked for me is to allow PSGallery, and to specify -Scope CurrentUser for the cmdlet installation
Install-Module -Name MicrosoftPowerBIMgmt -Scope CurrentUser
Thanks for suggestion - still same error message when tried.
Interstingly tried on another computer what had doen originally and was o.k. with powershell 5.
could questions - according to document should work with powershell 4 and is there any impact on anything lese if upgrade from powershell 4 to 5?
- lbendlin6 years ago
Super User
Powershell 4 ?!? What is this, 2005? 😉 The new modules require Powershell 6, and v7 just came out. Upgrade to at least v6 if you can.
- po6 years ago
Post Prodigy
Thanks for update.
Is there any danger to any other processses with upgrading powershell?
New to powershell.
don't want to indavertently affect windows or some other functionality negatively.