<?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: Multiple VMs Inventory using multitasking process ? in VMware PowerCLI Discussions</title>
    <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Multiple-VMs-Inventory-using-multitasking-process/m-p/2225690#M74835</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Luc,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes tried that way too and also tried your other post with job but no luck so far.&lt;/P&gt;&lt;P&gt;I will post my code then check if that is possible in that code.(That also i picked from diffrent sources and customized.)&lt;/P&gt;&lt;P&gt;Share me where to share that ? Emai ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Dec 2016 07:59:16 GMT</pubDate>
    <dc:creator>AmolPatil</dc:creator>
    <dc:date>2016-12-16T07:59:16Z</dc:date>
    <item>
      <title>Multiple VMs Inventory using multitasking process ?</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Multiple-VMs-Inventory-using-multitasking-process/m-p/2225688#M74833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;Hello,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;I was trying for long to make a script to fetch multiple VMs information from VC(s).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;I got success to build a script with desired format and properties BUT this will go one my one ForEach ($vm in$Vms)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I am looking for code which will run as a job OR parallel process to fetch the 1000+ VMs information simultaneously to save the time and speedup the process.&lt;/P&gt;&lt;P&gt; Any Hint? &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #17365d;"&gt;Regards,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #17365d;"&gt;Amol Patil&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Dec 2016 05:53:48 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Multiple-VMs-Inventory-using-multitasking-process/m-p/2225688#M74833</guid>
      <dc:creator>AmolPatil</dc:creator>
      <dc:date>2016-12-16T05:53:48Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple VMs Inventory using multitasking process ?</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Multiple-VMs-Inventory-using-multitasking-process/m-p/2225689#M74834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are many ways to speed up a script.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;use the Get-VIew cmdlet instead of the regular PowerCLI cmdlets.&lt;/LI&gt;&lt;LI&gt;use parallelism&lt;UL&gt;&lt;LI&gt;with Start-Job you can run a script multiple times in the background (fastest method for now afaik)&lt;/LI&gt;&lt;LI&gt;use a PS Workflow&lt;/LI&gt;&lt;LI&gt;use Runspaces, but note that due to the way PowerCLI currently works, you can't use multiple threads in the same Runspace&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Dec 2016 06:01:16 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Multiple-VMs-Inventory-using-multitasking-process/m-p/2225689#M74834</guid>
      <dc:creator>LucD</dc:creator>
      <dc:date>2016-12-16T06:01:16Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple VMs Inventory using multitasking process ?</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Multiple-VMs-Inventory-using-multitasking-process/m-p/2225690#M74835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Luc,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes tried that way too and also tried your other post with job but no luck so far.&lt;/P&gt;&lt;P&gt;I will post my code then check if that is possible in that code.(That also i picked from diffrent sources and customized.)&lt;/P&gt;&lt;P&gt;Share me where to share that ? Emai ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Dec 2016 07:59:16 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Multiple-VMs-Inventory-using-multitasking-process/m-p/2225690#M74835</guid>
      <dc:creator>AmolPatil</dc:creator>
      <dc:date>2016-12-16T07:59:16Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple VMs Inventory using multitasking process ?</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Multiple-VMs-Inventory-using-multitasking-process/m-p/2225691#M74836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can reach me via the Contact page on my blog.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Dec 2016 10:27:49 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Multiple-VMs-Inventory-using-multitasking-process/m-p/2225691#M74836</guid>
      <dc:creator>LucD</dc:creator>
      <dc:date>2016-12-16T10:27:49Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple VMs Inventory using multitasking process ?</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Multiple-VMs-Inventory-using-multitasking-process/m-p/2225692#M74837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have sent an email from your site.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Dec 2016 09:34:31 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Multiple-VMs-Inventory-using-multitasking-process/m-p/2225692#M74837</guid>
      <dc:creator>AmolPatil</dc:creator>
      <dc:date>2016-12-19T09:34:31Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple VMs Inventory using multitasking process ?</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Multiple-VMs-Inventory-using-multitasking-process/m-p/2225693#M74838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Luc, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot once again.. &lt;/P&gt;&lt;P&gt;Finally after yours hints.. I was keep trying to do my VM Inventory using parallel... So finally it is working using Start-Job ☺️&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once again thanks a lot for assisting me or us always.. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Mar 2017 18:22:11 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Multiple-VMs-Inventory-using-multitasking-process/m-p/2225693#M74838</guid>
      <dc:creator>AmolPatil</dc:creator>
      <dc:date>2017-03-19T18:22:11Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple VMs Inventory using multitasking process ?</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Multiple-VMs-Inventory-using-multitasking-process/m-p/2225694#M74839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks.&lt;BR /&gt;Yes, Start-Job is the simplest and probably most optimal way to run PowerCLI scripts in parallel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Mar 2017 19:01:16 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Multiple-VMs-Inventory-using-multitasking-process/m-p/2225694#M74839</guid>
      <dc:creator>LucD</dc:creator>
      <dc:date>2017-03-19T19:01:16Z</dc:date>
    </item>
  </channel>
</rss>

