VMware Cloud Community
SatishPullakana
Contributor
Contributor

Install PowerCLI 6.5.1 Fails

As part of PCLI 6.5.1 Install I am trying to install NuGet which fails. Any way to avoid proxy, I feel like the proxy is blocking the installation

VERBOSE: Using the provider 'Bootstrap' for searching packages.

VERBOSE: Using the provider 'PowerShellGet' for searching packages.

VERBOSE: Finding the package 'Bootstrap::FindPackage' 'NuGet','','','''.

VERBOSE: The -Repository parameter was not specified.  PowerShellGet will use all of the registered repositories.

VERBOSE: Unable to download from URI 'https://go.microsoft.com/fwlink/?LinkID=627338&clcid=0x409' to ''.

VERBOSE: Cannot download link 'https://go.microsoft.com/fwlink/?LinkID=627338&clcid=0x409', retrying for '2' more times

VERBOSE: Unable to download from URI 'https://go.microsoft.com/fwlink/?LinkID=627338&clcid=0x409' to ''.

VERBOSE: Cannot download link 'https://go.microsoft.com/fwlink/?LinkID=627338&clcid=0x409', retrying for '1' more times

VERBOSE: Unable to download from URI 'https://go.microsoft.com/fwlink/?LinkID=627338&clcid=0x409' to ''.

VERBOSE: Cannot download link 'https://go.microsoft.com/fwlink/?LinkID=627338&clcid=0x409', retrying for '0' more times

WARNING: Unable to download the list of available providers. Check your internet connection.

Install-PackageProvider : No match was found for the specified search criteria for the provider 'NuGet'. The package provider requires 'PackageManagement' and 'Provider' tags.

Please check if the specified package has the tags.

At line:1 char:1

+ Install-PackageProvider -Name NuGet -Force -Verbose

+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    + CategoryInfo          : InvalidArgument: (Microsoft.Power...PackageProvider:InstallPackageProvider) [Install-PackageProvider], Exception

    + FullyQualifiedErrorId : NoMatchFoundForProvider,Microsoft.PowerShell.PackageManagement.Cmdlets.InstallPackageProvider

0 Kudos
3 Replies
jpsider
Expert
Expert

What version of powershell are you running?

0 Kudos
panhvr
Contributor
Contributor

PS version is 5

$PSVersionTable.PSVersion

Major  Minor  Build  Revision

-----  -----  -----  --------

5      0      10586  117    

0 Kudos
LucD
Leadership
Leadership

Did you already try this proposed solution?


Blog: lucd.info  Twitter: @LucD22  Co-author PowerCLI Reference

0 Kudos