I try to create a VM from a Linux Powercli and get a error. Same Powercli version on a Windows OS works.
If the user has Admin rights it works on Linux too.
I also tried it with the newest Powercli Version, same Issue.
Could someone help me with this?
Linux:
new-vm -name myvm -ResourcePool mypool -Location myfolder
new-vm : 2/8/19 2:02:18 PM New-VM
At line:1 char:1
+ new-vm -name myvm -ResourcePool mypool -Location myfolder...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [New-VM], VimException
+ FullyQualifiedErrorId : Core_BaseCmdlet_UnknownError,VMware.VimAutomation.ViCore.Cmdlets.Commands.NewVM
Win10:
new-vm -name myvm -ResourcePool mypool -Location myfolder
Name PowerState Num CPUs MemoryGB
---- ---------- -------- --------
myvm PoweredOff 1 0.250
PowerCLI Version
----------------
VMware PowerCLI 10.1.0 build 8346946
---------------
Component Versions
---------------
VMware Cis Core PowerCLI Component PowerCLI Component 10.1 build 8377811
VMware VimAutomation VICore Commands PowerCLI Component PowerCLI Component 10.1 build 8344055
Update: seems to be a issue with different versions, engineering is working on it