嗨,我们有 6 台 Vsphere 服务器,我的 Vcenter 是基于 Linux 的,版本是 Vsphere 5.5。
我们正在尝试通过 PowerCLI 脚本自动管理我们的 VMware 环境。
我在互联网上得到了一个脚本,但出现错误。感谢 Lucd 和 Kunaludapi 的帮助。
在这方面需要一些帮助。
Move-VM : Cannot convert 'System.Object[]' to the type 'VMware.VimAutomation.Vi
Core.Types.V1.Inventory.VIContainer' required by parameter 'Destination'. Speci
fied method is not supported.
At C:\Scheduled tasks\Vmware DRS Script.ps1:103 char:53
+ $objVM | move-vm -destination <<<< (get-vmhost $strDe
st);
+ CategoryInfo : InvalidArgument: (:) [Move-VM], ParameterBinding
Exception
+ FullyQualifiedErrorId : CannotConvertArgument,VMware.VimAutomation.ViCor
e.Cmdlets.Commands.MoveVM