Open ericthomas1 opened 4 years ago
Here is what worked so far. Install-Module -Name MicrosoftPowerBIMgmt -Force -SkipPublisherCheck
Could use some insights on which flag made this work.
-Force
or the -SkipPublisherCheck
flag?MicrosoftPowerBIMgmt
module?Thank you
Hello.
Please check the cmdlet publisher sig/hash of the MicrosoftPowerBIMgmt
in PSGallery. It appears it is incorrect. Would like to hear back on this issue.
Thank you
@ericthomas1 what was your powershell version? We are following code signing process and will revisit it based on https://docs.microsoft.com/en-us/powershell/scripting/gallery/concepts/publishing-guidelines?view=powershell-7.1#sign-your-code
I'm not sure what version of PowerShell I was running 6-7 months ago when I reported this. At the moment, I'm running 5.1.18362.1171
. I don't specifically remember updating, but not sure if any programs/plugins/extensions/etc. have updated PowerShell automatically/in the background since 8/2020.
Hello,
Running through the installation instructions...link
Install-Module -Name MicrosoftPowerBIMgmt
Y
I have .NET 4.7.2 installed already...
How can I get past this?
Thank you