Migrate VM to a different datastore via Powershell

There has been a lot of chatter regarding performing and SVmotion via powershell, but I couldnt ever get them to work. I decided to update to the latest powershell tools and try the simple move-vm command.

get-vm <systemname> | move-vm -datastore <dsname>

Comments