<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:clearspace="http://www.jivesoftware.com/xmlns/clearspace/rss" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Manual Automation</title>
    <link>http://communities.vmware.com/blogs/ManualAutomation</link>
    <description>Comment Feed for Manual Automation on post 'Virtualizing Virtual Center Revisisted'</description>
    <pubDate>Tue, 13 Jan 2009 13:34:18 GMT</pubDate>
    <generator>Clearspace 1.10.12 (http://jivesoftware.com/products/clearspace/)</generator>
    <dc:date>2009-01-13T13:34:18Z</dc:date>
    <item>
      <title>RE:&amp;nbsp;Virtualizing Virtual Center Revisisted</title>
      <link>http://communities.vmware.com/blogs/ManualAutomation/2008/11/24/virtualizing-virtual-center-revisisted#comments-10446</link>
      <description>Powershell is definitely the way to go.&lt;br /&gt;
&lt;br /&gt;
Thanks,&lt;br /&gt;
Jerry</description>
      <pubDate>Tue, 13 Jan 2009 13:34:18 GMT</pubDate>
      <author>Virtual_JTW</author>
      <guid>http://communities.vmware.com/blogs/ManualAutomation/2008/11/24/virtualizing-virtual-center-revisisted#comments-10446</guid>
      <dc:date>2009-01-13T13:34:18Z</dc:date>
    </item>
    <item>
      <title>RE:&amp;nbsp;Virtualizing Virtual Center Revisisted</title>
      <link>http://communities.vmware.com/blogs/ManualAutomation/2008/11/24/virtualizing-virtual-center-revisisted#comments-10429</link>
      <description>I saw this post after I cooked up a little PowerShell script to search for my VM:&lt;br /&gt;
&lt;br /&gt;
The script searches all ESX hosts for the VM. It probably isn't the most efficient PowerShell script, but it does what it has to do &lt;img class="jive-emoticon" border="0" src="http://communities.vmware.com/images/emoticons/happy.gif" alt=":)" /&gt;&lt;br /&gt;
&lt;br /&gt;
    $searchservers = @(’host1′,’host2′,’host3′)&lt;br /&gt;
    $SearchVM=’S-VC’&lt;br /&gt;
&lt;br /&gt;
    foreach ($vmhost in $searchservers)&lt;br /&gt;
    {&lt;br /&gt;
        connect-viserver $vmhost &amp;gt; out-null&lt;br /&gt;
        if (get-vm | where {$_.Name -eq $SearchVM})&lt;br /&gt;
        {&lt;br /&gt;
            write-host $SearchVM " found on host " $vmhost&lt;br /&gt;
        }&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
The article I posted it in: &lt;a class="jive-link-external" href="http://www.vmguru.nl/wordpress/2009/01/searching-for-a-vm/"&gt;http://www.vmguru.nl/wordpress/2009/01/searching-for-a-vm/&lt;/a&gt;</description>
      <pubDate>Mon, 12 Jan 2009 10:36:53 GMT</pubDate>
      <author>Anne Jan Elsinga</author>
      <guid>http://communities.vmware.com/blogs/ManualAutomation/2008/11/24/virtualizing-virtual-center-revisisted#comments-10429</guid>
      <dc:date>2009-01-12T10:36:53Z</dc:date>
    </item>
  </channel>
</rss>

