<?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 Re: Move VM to folder on vCenter with there are multipe Folders with the same name in different path in VMware PowerCLI Discussions</title>
    <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Move-VM-to-folder-on-vCenter-with-there-are-multipe-Folders-with/m-p/2990789#M113480</link>
    <description>&lt;P&gt;Hi LucD,&lt;/P&gt;&lt;P&gt;ok but can I use the output how inputs to the MOVE-VM command?&lt;/P&gt;&lt;P&gt;Fabio&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 12 Oct 2023 12:54:32 GMT</pubDate>
    <dc:creator>fabio1975</dc:creator>
    <dc:date>2023-10-12T12:54:32Z</dc:date>
    <item>
      <title>Move VM to folder on vCenter with there are multipe Folders with the same name in different paths</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Move-VM-to-folder-on-vCenter-with-there-are-multipe-Folders-with/m-p/2990779#M113478</link>
      <description>&lt;P&gt;Ciao&amp;nbsp;&lt;/P&gt;&lt;P&gt;In my script to move VMs across vCenter, I need to allocate my VMs in a specified Folder VM.&lt;/P&gt;&lt;P&gt;I need to use all Path VM Folders because in my destination vSphere infrastructure, I have folders with the same name but the command Move-VM for destination and inventory I suppose uses only a Folder Name and not a complete path folder.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any idea?&lt;/P&gt;&lt;P&gt;Fabio&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2023 12:34:05 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Move-VM-to-folder-on-vCenter-with-there-are-multipe-Folders-with/m-p/2990779#M113478</guid>
      <dc:creator>fabio1975</dc:creator>
      <dc:date>2023-10-12T12:34:05Z</dc:date>
    </item>
    <item>
      <title>Re: Move VM to folder on vCenter with there are multipe Folders with the same name in different path</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Move-VM-to-folder-on-vCenter-with-there-are-multipe-Folders-with/m-p/2990781#M113479</link>
      <description>&lt;P&gt;Use my &lt;A href="https://www.lucd.info/2012/05/18/folder-by-path/" target="_blank" rel="noopener"&gt;Get-FolderByPath function&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2023 12:35:46 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Move-VM-to-folder-on-vCenter-with-there-are-multipe-Folders-with/m-p/2990781#M113479</guid>
      <dc:creator>LucD</dc:creator>
      <dc:date>2023-10-12T12:35:46Z</dc:date>
    </item>
    <item>
      <title>Re: Move VM to folder on vCenter with there are multipe Folders with the same name in different path</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Move-VM-to-folder-on-vCenter-with-there-are-multipe-Folders-with/m-p/2990789#M113480</link>
      <description>&lt;P&gt;Hi LucD,&lt;/P&gt;&lt;P&gt;ok but can I use the output how inputs to the MOVE-VM command?&lt;/P&gt;&lt;P&gt;Fabio&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2023 12:54:32 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Move-VM-to-folder-on-vCenter-with-there-are-multipe-Folders-with/m-p/2990789#M113480</guid>
      <dc:creator>fabio1975</dc:creator>
      <dc:date>2023-10-12T12:54:32Z</dc:date>
    </item>
    <item>
      <title>Re: Move VM to folder on vCenter with there are multipe Folders with the same name in different path</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Move-VM-to-folder-on-vCenter-with-there-are-multipe-Folders-with/m-p/2990794#M113481</link>
      <description>&lt;P&gt;The function returns a Folder object, which you can use on the Destination or InventoryLocation parameter of the Move-VM cmdlet&lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2023 13:15:45 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Move-VM-to-folder-on-vCenter-with-there-are-multipe-Folders-with/m-p/2990794#M113481</guid>
      <dc:creator>LucD</dc:creator>
      <dc:date>2023-10-12T13:15:45Z</dc:date>
    </item>
    <item>
      <title>Re: Move VM to folder on vCenter with there are multipe Folders with the same name in different path</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Move-VM-to-folder-on-vCenter-with-there-are-multipe-Folders-with/m-p/2990799#M113482</link>
      <description>&lt;P&gt;Ok, so the script you indicated returns me the name of the folder that I should use in the MOve-VM command.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;But my problem is that in the destination vcenter I have multiple folders with the same name (with different paths), and the move-vm command with only the name of the folder as the destination gives an error because it finds multiple folders with the same name on the destination and I don't know which one to use.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2023 13:39:30 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Move-VM-to-folder-on-vCenter-with-there-are-multipe-Folders-with/m-p/2990799#M113482</guid>
      <dc:creator>fabio1975</dc:creator>
      <dc:date>2023-10-12T13:39:30Z</dc:date>
    </item>
    <item>
      <title>Re: Move VM to folder on vCenter with there are multipe Folders with the same name in different path</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Move-VM-to-folder-on-vCenter-with-there-are-multipe-Folders-with/m-p/2990806#M113483</link>
      <description>&lt;P&gt;Did you actually read my reply and the blog post?&lt;BR /&gt;That function returns an object, use that object, not the name of the Folder.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2023 14:11:12 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Move-VM-to-folder-on-vCenter-with-there-are-multipe-Folders-with/m-p/2990806#M113483</guid>
      <dc:creator>LucD</dc:creator>
      <dc:date>2023-10-12T14:11:12Z</dc:date>
    </item>
    <item>
      <title>Re: Move VM to folder on vCenter with there are multipe Folders with the same name in different path</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Move-VM-to-folder-on-vCenter-with-there-are-multipe-Folders-with/m-p/2990817#M113484</link>
      <description>&lt;P&gt;Hi LucD,&lt;/P&gt;&lt;P&gt;I tried the script and it seems to work. I insert the function into my code and test everything.&lt;BR /&gt;Sorry, if I doubted your indications... every time your indications are correct &lt;img class="lia-deferred-image lia-image-emoji" src="https://communities.vmware.com/html/@3CBC42A1E7848F607FD419D398107BF9/emoticons/1f642.png" alt=":slightly_smiling_face:" title=":slightly_smiling_face:" /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2023 15:02:27 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Move-VM-to-folder-on-vCenter-with-there-are-multipe-Folders-with/m-p/2990817#M113484</guid>
      <dc:creator>fabio1975</dc:creator>
      <dc:date>2023-10-12T15:02:27Z</dc:date>
    </item>
  </channel>
</rss>

