Top "Powershellget" questions

PowerShellGet is the Package Manager Manager for PowerShell modules.

Install-PackageProvider is not recognized as the name of a cmdlet, function, script file, or operable program

I'm following Get Started with the PowerShell Gallery which states that the PowerShellGet module exists in Windows 10 (which I am …

powershell powershellget
How to install/update a powershell module from a local folder - set up an internal module repository

I need to install a PowerShell module (i.e. sqlserver) on one production box, however, the production server does not …

powershell powershellget
PowerShell v5 - How to install modules to a computer having no internet connection?

I've a machine (v3, internet, no admin access) which I used to download WMF 5.0 and set up another machine(v5, …

powershell powershell-5.0 powershellget
Invalid Web Uri error on Register-PSRepository

After Windows November update (PackageManagement and PowerShellGet modules of 1.0.0.1 version) I can't register HTTPS NuGet servers as PSRepository anymore: Register-PSRepository …

powershell oneget powershellget
Create pure powershell Nuget module for PowerShellGet

What I want I want to publish number of PowerShell scripts as Nuget package to be used on build systems. …

powershell nuget oneget powershellget
How to install module into Custom directory?

Currently we are installing some modules using the command below, but it installs modules in C:\Program Files\WindowsPowerShell\Modules. …

powershell powershell-module powershellget