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