I’m currently working on a project to move our server VM infrastructure from our old VMAX3 to a new all flash VMAX 250F SAN. So for my own sanity sake, and to save myself from one less Google search, below is what I used to sVmotion all VMs from the “old” LUN to the new LUN
get-datastore “old-datastore” | get-vm | move-vm -datastore(get-datastore “new-datastore”)