Tag Archives: migrate

PowerCLI: Migrate all vm’s on a datastore

PowerCLI is just awsome This simple one-liner migrates all vm’s off one datastore to a new one: Get-VM -Datastore <datastore1> | Move-VM -Datastore <datastore2> You can also move vm’s off one datastore and place them in any datastore within a … Continue reading

Posted in PowerCLI, Powershell, VMware Tagged , , , ,