<?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 find the last snapshot with powershell in Application Integration</title>
    <link>https://community.hpe.com/t5/application-integration/find-the-last-snapshot-with-powershell/m-p/6985040#M715</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;when you do a get-nssnapshot, you get in return the volume name and the ID. But no creation date.&lt;/P&gt;&lt;P&gt;How is it possible to find the last snapshot then?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks a lot for the assistance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Aug 2017 13:18:58 GMT</pubDate>
    <dc:creator>olivier_girard1</dc:creator>
    <dc:date>2017-08-30T13:18:58Z</dc:date>
    <item>
      <title>find the last snapshot with powershell</title>
      <link>https://community.hpe.com/t5/application-integration/find-the-last-snapshot-with-powershell/m-p/6985040#M715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;when you do a get-nssnapshot, you get in return the volume name and the ID. But no creation date.&lt;/P&gt;&lt;P&gt;How is it possible to find the last snapshot then?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks a lot for the assistance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Aug 2017 13:18:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/application-integration/find-the-last-snapshot-with-powershell/m-p/6985040#M715</guid>
      <dc:creator>olivier_girard1</dc:creator>
      <dc:date>2017-08-30T13:18:58Z</dc:date>
    </item>
    <item>
      <title>Re: find the last snapshot with powershell</title>
      <link>https://community.hpe.com/t5/application-integration/find-the-last-snapshot-with-powershell/m-p/6985041#M716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The way I've handled this in the past is to sort by the id as those are created in sequence.&amp;nbsp;The greatest snapshot id will be the latest snapshot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'andale mono', monospace;"&gt;Get-NSSnapshot -vol_name Volume1 | Sort-Object -Property id | Select-Object -Last 1 &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Aug 2017 14:55:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/application-integration/find-the-last-snapshot-with-powershell/m-p/6985041#M716</guid>
      <dc:creator>aherbert23</dc:creator>
      <dc:date>2017-08-30T14:55:20Z</dc:date>
    </item>
    <item>
      <title>Re: find the last snapshot with powershell</title>
      <link>https://community.hpe.com/t5/application-integration/find-the-last-snapshot-with-powershell/m-p/6985042#M717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ths is working 100%. Nimble could return all properties (inl. dates and so).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now working forward on my scripts =)&lt;/P&gt;&lt;P&gt;(after finding snapshot, now cloning and mountng)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Aug 2017 07:05:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/application-integration/find-the-last-snapshot-with-powershell/m-p/6985042#M717</guid>
      <dc:creator>olivier_girard1</dc:creator>
      <dc:date>2017-08-31T07:05:25Z</dc:date>
    </item>
  </channel>
</rss>

