约 50 个结果
在新选项卡中打开链接
  1. Unable to find repository on Update-Module - Stack Overflow

    2018年11月18日 · 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 module …

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

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

  3. Can't publish script to PowerShell gallery, getting error

    2022年12月4日 · I've published previous versions of this script before at least 6 times. I've tried resetting my API key and running PowerShell as admin, didn't fix it. Update: I installed .NET 7 runtimes x64 …

  4. 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 commands need to …

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

    2019年12月31日 · 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. powershell - Unable to register PS Gallery - Stack Overflow

    2021年1月6日 · 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 register the PS …

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

    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 server ...

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

    2021年2月17日 · 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 figure out …

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

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

  10. powershell 7 can't install module by install-module command

    2024年1月16日 · 1 I installed latest powershell 7 on my laptop windows 10 enterprise; tried to install a module by: install-module MicrosoftPowerBIMgmt but got below error; Any information is much …