Quantcast
Channel: VMware Communities: Message List
Viewing all articles
Browse latest Browse all 293210

Re: How to migrate all VMDK's from one datastore to another datastore

$
0
0

Something like:

Get-Datastore "OldDatastore" | Get-VM | Get-HardDisk | Where_Object {$_.FileName -like "*OldDatastore*"} | Set-HardDisk -Datastore "NewDatastore"

 

Regards, Robert


Viewing all articles
Browse latest Browse all 293210

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>