<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Migrate VM's from Current Datastore or Datastore Cluster to a new Datastore and Cluster in VMware PowerCLI Discussions</title>
    <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Migrate-VM-s-from-Current-Datastore-or-Datastore-Cluster-to-a/m-p/2889302#M104921</link>
    <description>&lt;P&gt;I'm looking for a powercli script that will migrate a group of VM's from a list from their current datastore or datastore cluster to a new datastore or datastore cluster maintaining the same disk format thick or thin that they currently have.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Pete&lt;/P&gt;</description>
    <pubDate>Thu, 20 Jan 2022 17:19:26 GMT</pubDate>
    <dc:creator>Pete_Howarth</dc:creator>
    <dc:date>2022-01-20T17:19:26Z</dc:date>
    <item>
      <title>Migrate VM's from Current Datastore or Datastore Cluster to a new Datastore and Cluster</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Migrate-VM-s-from-Current-Datastore-or-Datastore-Cluster-to-a/m-p/2889302#M104921</link>
      <description>&lt;P&gt;I'm looking for a powercli script that will migrate a group of VM's from a list from their current datastore or datastore cluster to a new datastore or datastore cluster maintaining the same disk format thick or thin that they currently have.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Pete&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jan 2022 17:19:26 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Migrate-VM-s-from-Current-Datastore-or-Datastore-Cluster-to-a/m-p/2889302#M104921</guid>
      <dc:creator>Pete_Howarth</dc:creator>
      <dc:date>2022-01-20T17:19:26Z</dc:date>
    </item>
    <item>
      <title>Re: Migrate VM's from Current Datastore or Datastore Cluster to a new Datastore and Cluster</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Migrate-VM-s-from-Current-Datastore-or-Datastore-Cluster-to-a/m-p/2889306#M104922</link>
      <description>&lt;P&gt;What do you already have?&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jan 2022 17:21:10 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Migrate-VM-s-from-Current-Datastore-or-Datastore-Cluster-to-a/m-p/2889306#M104922</guid>
      <dc:creator>LucD</dc:creator>
      <dc:date>2022-01-20T17:21:10Z</dc:date>
    </item>
    <item>
      <title>Re: Migrate VM's from Current Datastore or Datastore Cluster to a new Datastore and Cluster</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Migrate-VM-s-from-Current-Datastore-or-Datastore-Cluster-to-a/m-p/2890716#M105058</link>
      <description>&lt;P&gt;Hey Luc - Sorry I haven't responded I was out for a few days.&amp;nbsp; I came up with the two scripts below and they're working.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;foreach($vmlist in (Get-Content -Path C:\TEMP\vmlist.txt)){&lt;BR /&gt;$vm = Get-VM -Name $vmlist&lt;BR /&gt;Move-VM $vm -Datastore SVC_PRD_C01 -DiskStorageFormat Thin -RunAsync&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;##All VM's in a datastore cluster or datastore to another.&lt;BR /&gt;Get-VM -Datastore Source Datastore Name | Move-VM -Datastore Target Datastore -DiskStorageFormat thin -RunAsync&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jan 2022 13:23:37 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Migrate-VM-s-from-Current-Datastore-or-Datastore-Cluster-to-a/m-p/2890716#M105058</guid>
      <dc:creator>CaptPete3</dc:creator>
      <dc:date>2022-01-28T13:23:37Z</dc:date>
    </item>
  </channel>
</rss>

