About 35,800 results
Open links in new tab
  1. How to import modules into Azure Automation Account using …

    Mar 26, 2020 · I am trying to figure out how to install modules into an Azure automation Account from the PowerShell gallery, and I am struggling… New-AzAutomationModule should have been able to …

  2. windows - How to get a list of functions in a PowerShell Gallery ...

    Jan 1, 2025 · How to get a list of PowerShell functions in a newly installed PowerShell package from the PowerShell Gallery? I just installed a package via Install-Module -Name ModuleName.

  3. Accessing Windows Credential Manager from PowerShell

    Mar 17, 2015 · A solution for Windows PowerShell v5.1 (and possibly earlier versions) as well as PowerShell (Core) 7: The third-party BetterCredentials module, available in the PowerShell Gallery, …

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

  5. powershell - PowerShellのモジュールをPowerShell Galleryに登録した …

    Apr 21, 2021 · PowerShellのモジュールをPowerShell Galleryに登録したいのですがなぜかできません。 どうしたら登録できるのでしょうか 質問する 質問日 4 年 7 か月前 更新 4 年 7 か月前

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

    Sep 13, 2022 · If this command belongs to a module available on the PowerShell Gallery, add a reference to this module to requirements.psd1. Make sure this module is compatible with PowerShell 7.

  7. powershell - Install-Package with Azure DevOps Artifacts feed with ...

    Nov 20, 2019 · This is a Azure DevOps Artifacts Feed that is configured with NuGet Gallery as an Upstream source. Since NuGet Gallery is an upstream source, my request for a package should …

  8. powershell - What's the difference between Chocolatey, OneGet, PsGet ...

    Jun 15, 2016 · Powershell gallery is a package source of of PowershellGet (PSGet). A provider can have multiple sources where it can search for its packages. E.g for the nuget-package provider; you can …

  9. Can't Install the MS Graph Powershell Extension - Stack Overflow

    Jul 26, 2023 · Curious. As an aside: If you want to avoid the interactive prompt in the future and you categorically trust modules available from the PowerShell Gallery (a pretty safe bet, I'd say), run Set …

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