VMware Cloud Community
tkutil
Enthusiast
Enthusiast
Jump to solution

PowerCLI Install Problems

Tried updating to the latest PowerCLI 11.3 and ran into problems.

Any ideas???

Ran this Uninstall Command first

Get-Module -Name VMware* -ListAvailable | Uninstall-Module -Force -Confirm:$false

Then ran this command to install and got this error.

Install-Module -Name VMware.PowerCLI -Confirm:$false -AllowClobber -Force

WARNING: Source Location 'https://www.powershellgallery.com/api/v2/package/VMware.VimAutomation.Core/11.3.0.13964826'

is not valid.

PackageManagement\Install-Package : Package 'VMware.VimAutomation.Core' failed to download.

At C:\Program Files\WindowsPowerShell\Modules\PowerShellGet\2.1.5\PSModule.psm1:9534 char:34

+ ... talledPackages = PackageManagement\Install-Package @PSBoundParameters

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

    + CategoryInfo          : ResourceUnavailable: (C:\Users\tkutil....13964826.nupkg:String) [Install-Package], Excep

   tion

    + FullyQualifiedErrorId : PackageFailedInstallOrDownload,Microsoft.PowerShell.PackageManagement.Cmdlets.InstallPac

   kage

0 Kudos
1 Solution

Accepted Solutions
tkutil
Enthusiast
Enthusiast
Jump to solution

Got the install to work by dropping off the work network and connecting via wi-fi.

View solution in original post

0 Kudos
2 Replies
LucD
Leadership
Leadership
Jump to solution

Seems to be working for me (just tried).
Does that error keep coming back when you retry?

Do you have similar errors with other modules?


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

0 Kudos
tkutil
Enthusiast
Enthusiast
Jump to solution

Got the install to work by dropping off the work network and connecting via wi-fi.

0 Kudos