MacOS中断了3-4年后又轻松回到Windows。 Powershell已经走了很长一段路,但是我遇到了一些错误,我在这里找不到。
我看到的关于安装更新的PowerCLI的每篇文章都非常简单。使用包管理器下载/安装它,然后退出运行。不适合我,尝试运行Install-Module -Name VMware.PowerCLI
时出现以下错误:
PackageManagement\Install-Package : Unable to find dependent module(s) (VMware.VimAutomation.Cis.Core)
At C:\Program Files\WindowsPowerShell\Modules\PowerShellGet\2.0.4\PSModule.psm1:9307 char:21
+ ... $null = PackageManagement\Install-Package @PSBoundParameters
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (VMware.VimAutomation.Cis.Core:String) [Install-Package], Exception
+ FullyQualifiedErrorId : UnableToFindDependencyPackage,Microsoft.PowerShell.PackageManagement.Cmdlets.InstallPackage
我已经在两台Windows机器上甚至在Mac上使用Powershell Core进行了尝试。每次都一样。我缺少什么和/或做错了什么?