Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Angel
Resolver III
Resolver III

Powershell - Can't connect to PSGallery

Hi everyone,

 

I am trying to get MicrosoftPowerBIMgmt from PSGallery and it returns an error. The code i have used is:

 

Set-PSRepository -Name "PSGallery" -InstallationPolicy Trusted
Install-Module -Name MicrosoftPowerBIMgmt

 

 

It returns an error "PowerShell Gallery is not available. Trying later". 

 

I have tried many days and the error is always the same.

 

Can anyone help me, please?

 

Thanks,

 

 

 

1 ACCEPTED SOLUTION

Hi, @lbendlin 

 

It seems that it depens on the security protocol. I have solved with this code.

 

 

[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12

 

 

You can find the explanation here... 

 

https://superwidgets.wordpress.com/2020/04/11/source-location-https-www-powershellgallery-com-api-v2... 

 

Thanks, anyway...

View solution in original post

2 REPLIES 2
lbendlin
Super User
Super User

Interesting. I didn't have to specify PSGallery. Is your company maybe blocking access?

 

Have you used -Scope CurrentUser  for the module install?

Hi, @lbendlin 

 

It seems that it depens on the security protocol. I have solved with this code.

 

 

[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12

 

 

You can find the explanation here... 

 

https://superwidgets.wordpress.com/2020/04/11/source-location-https-www-powershellgallery-com-api-v2... 

 

Thanks, anyway...

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.