Hi Admins,
I trying to move VMs to another datastore using powershell.
move-vm servername -datastore iSCSI-vmfs04
Error message : Move-VM The specified parameter 'Datastore' expects a single value, but your name criteria 'iscsi-vmfs04' corresponds to multiple
values.
If i run get-datastores it will return:
iscsi-vmfs04
iscsi-vmfs04
iscsi-vmfs05
iscsi-vmfs05
iscsi-vmfs06
iscsi-vmfs06
Is my pathpolicy the problem? using RoundRobin.
Storage vmotion works just fine if i use the vCenter GUI.
Advice?
Cheers,
tyler