About 55,400 results
Open links in new tab
  1. WARNING: Unable to find module repositories - Stack Overflow

    With the deprecation of TLS 1.0 and 1.1 for PowerShell Gallery as of April 2020, the cmdlets Update-Module and Install-Module became broken. Thus, according to this article, some …

  2. PowerShell gallery module doesn't install - Stack Overflow

    Aug 8, 2022 · PowerShell gallery module doesn't install Asked 3 years, 2 months ago Modified 3 years, 2 months ago Viewed 2k times

  3. Unable to find repository on Update-Module - Stack Overflow

    Nov 18, 2018 · So, it looks like the problem is unique to Windows PowerShell and making a guess without further testing, is a problem within the Update-Module code in the PowerShellGet …

  4. Powershell error saying the gallery is unavailable try again later

    Sep 22, 2020 · Continue to help good content that is interesting, well-researched, and useful, rise to the top! To gain full voting privileges,

  5. Powershell - Why does this module download from the Gallery fail …

    Server OS: Windows Server 2016 Datacenter, Build 14393 Powershell version: 5.1 I can run the code below to install a module on my laptop, but it started failing when being downloaded on a …

  6. PowerShell Gallery vs NuGet Gallery vs MSI vs Snap-Ins

    Dec 31, 2019 · So, we have PowerShell Gallery (only for PowerShell modules) and NuGet (for anything, but also contains PowerShell packages). What is a Package and how is it defined …

  7. powershell - Azure Function app won't load dependencies - Stack …

    Sep 13, 2022 · Figured it out. For whatever reason, Connect-AzAccount is now required. Since I used a managed identity, the command to allow the script to run is Connect-AzAccount …

  8. How to publish .nupkg to Powershell Gallery? - Stack Overflow

    Feb 17, 2021 · Instead, it requires a (non-compressed) directory containing the PowerShell module to publish [1], which is then compressed into a (temporary) NuGet package (.nupkg …

  9. powershell - Unable to register PS Gallery - Stack Overflow

    Jan 6, 2021 · I have read many forums and tried a lot of things, but I simply cannot add the PS gallery I am behind a corporate proxy, but I have setup my profile to use it. I'm trying to …

  10. How do I install the Nuget provider for PowerShell on a …

    Jul 18, 2018 · Restart PowerShell to auto-load the package provider. Alternatively, run Get-PackageProvider -ListAvailable to list all the package providers available on the computer. …