About 32,600 results
Open links in new tab
  1. PowerShell gallery module doesn't install - Stack Overflow

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

  2. 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 …

  3. 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 …

  4. 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 …

  5. 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 …

  6. Azure PowerShell Function fails to run when deployed but works …

    Dec 14, 2023 · Azure PowerShell function works locally in VS Code successfully. However, when deployed to a function and run in Azure portal, it fails with the following error: 2023-12 …

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

    Feb 17, 2021 · I have a Powershell module generated and packaged as a .nupkg file by Autorest.Powershell. I now want to publish my module to the Powershell Gallery, but can't …

  8. 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. …

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

    Sep 22, 2020 · 24 Try forcing tls 1.2. This solves most powershell gallery issues [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 Restart the …

  10. Automation Account Importing PowerShell Module Issue

    Jan 16, 2025 · 0 I am having an issue with importing PowerShell modules into a runbook in an automation account. It's a simple script to look at Exchange groups and email a list of …