Is it possible via PowerCLI to move multiple vm disks to different datastores on the same host in just one task?
Via UI in vSphere Client it is possible if you select migrate -> change storage only -> configure per disk and then you can select the required disks and select the destination storage.
I haven't tested if it is possible to use Move-Harddisk for multiple hard disks so that only one task with all vMotions included for each hard disk to migrate will be triggered.
If I start a vMotion using Move-Harddisk for each vm disk only the first one runs immediately while the other tasks will be queued. I would like to avoid multiple Relocate tasks for one vm so that I can run more vMotions per Hosts in parallel.