Is there any way to migrate multiple VM's from one host and datastore to another host and datastore? Maybe using a PowerCLi?
I have over a 100 VM's that need to move and noticed there is a Quick Migrate option but wanted to know if there is a more automated approach.
PowerShell snap-in will also use Quick Migration functionality. With Quick Migration you can select all VMs you want to move and, then, start migration process immediately; should take you long. Otherwise, you can script this process, using Start-VBRQuickMigration commandlet, or use "replication" approach. Thanks.