<?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: VM Snapshot in VMware PowerCLI Discussions</title>
    <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/VM-Snapshot/m-p/2816195#M98664</link>
    <description>&lt;P&gt;You could use nested Where-clauses.&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;Get-VM |
Where-Object{Get-SNapshot -VM $_ | Where-Object{$_.Description -eq 'Prior to install VMTools'}} |
Select-Object -Property Name&lt;/LI-CODE&gt;</description>
    <pubDate>Thu, 10 Dec 2020 20:30:16 GMT</pubDate>
    <dc:creator>LucD</dc:creator>
    <dc:date>2020-12-10T20:30:16Z</dc:date>
    <item>
      <title>VM Snapshot</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/VM-Snapshot/m-p/2816194#M98663</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have some commands to check the VMs that has the snapshot name:&amp;nbsp;&lt;/P&gt;&lt;P&gt;$VMlist = get-vm&lt;BR /&gt;Get-Snapshot -VM $VMlist | where{$_.Description -eq 'Prior to install VMTools'}&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;But the output is displaying like this. Is there anyway I can see the VM names in the result?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Vimal348_0-1607631766164.png" style="width: 400px;"&gt;&lt;img src="https://communities.vmware.com/t5/image/serverpage/image-id/85433iA87872A92E23CA5B/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="Vimal348_0-1607631766164.png" alt="Vimal348_0-1607631766164.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Dec 2020 20:23:37 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/VM-Snapshot/m-p/2816194#M98663</guid>
      <dc:creator>Vimal348</dc:creator>
      <dc:date>2020-12-10T20:23:37Z</dc:date>
    </item>
    <item>
      <title>Re: VM Snapshot</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/VM-Snapshot/m-p/2816195#M98664</link>
      <description>&lt;P&gt;You could use nested Where-clauses.&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;Get-VM |
Where-Object{Get-SNapshot -VM $_ | Where-Object{$_.Description -eq 'Prior to install VMTools'}} |
Select-Object -Property Name&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 10 Dec 2020 20:30:16 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/VM-Snapshot/m-p/2816195#M98664</guid>
      <dc:creator>LucD</dc:creator>
      <dc:date>2020-12-10T20:30:16Z</dc:date>
    </item>
    <item>
      <title>Re: VM Snapshot</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/VM-Snapshot/m-p/2817033#M98784</link>
      <description>&lt;P&gt;&lt;a href="https://communities.vmware.com/t5/user/viewprofilepage/user-id/256147"&gt;@LucD&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;Is there anyway I can list the Snapshot Date as well in the output ?&lt;/P&gt;</description>
      <pubDate>Mon, 14 Dec 2020 21:10:57 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/VM-Snapshot/m-p/2817033#M98784</guid>
      <dc:creator>Vimal348</dc:creator>
      <dc:date>2020-12-14T21:10:57Z</dc:date>
    </item>
    <item>
      <title>Re: VM Snapshot</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/VM-Snapshot/m-p/2817034#M98785</link>
      <description>&lt;P&gt;The returned &lt;A href="https://code.vmware.com/docs/12602/cmdlet-reference/doc/Snapshot.html" target="_blank" rel="noopener"&gt;Snapshot&lt;/A&gt; object contains a property &lt;STRONG&gt;Created&lt;/STRONG&gt;, which you can add on the Select-Object cmdlet.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Dec 2020 21:14:35 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/VM-Snapshot/m-p/2817034#M98785</guid>
      <dc:creator>LucD</dc:creator>
      <dc:date>2020-12-14T21:14:35Z</dc:date>
    </item>
    <item>
      <title>Re: VM Snapshot</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/VM-Snapshot/m-p/2817041#M98786</link>
      <description>&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Mon, 14 Dec 2020 21:42:16 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/VM-Snapshot/m-p/2817041#M98786</guid>
      <dc:creator>Vimal348</dc:creator>
      <dc:date>2020-12-14T21:42:16Z</dc:date>
    </item>
  </channel>
</rss>

