<?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: Snapshots report in Microsoft Virtualization Discussions</title>
    <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Snapshots-report/m-p/61314#M3049</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;what I want to achieve via powershell is to have a script run once a day and scan all volumes, then if a volume has no snap shots for more than 1 day, receive an alert.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Apr 2014 17:31:02 GMT</pubDate>
    <dc:creator>seffysefix</dc:creator>
    <dc:date>2014-04-01T17:31:02Z</dc:date>
    <item>
      <title>Snapshots report</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Snapshots-report/m-p/61306#M3047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We would like to set an alert/Email that generates if no new snapshot is created using powerhsell.&lt;/P&gt;&lt;P&gt;Basically, we&amp;nbsp; want to know if a volume has no snapshots in the last x days, so let's say vol1 has no shopshots in the last 24 hours, we would like to receive and email.&lt;/P&gt;&lt;P&gt;Can anyone please help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 05:39:10 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Snapshots-report/m-p/61306#M3047</guid>
      <dc:creator>seffysefix</dc:creator>
      <dc:date>2025-06-05T05:39:10Z</dc:date>
    </item>
    <item>
      <title>Re: Snapshots report</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Snapshots-report/m-p/61310#M3048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How about something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; $vols = (get-ncvol W2K12SMB3*)|select -expandproperty name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 9px; font-family: 'Lucida Console'; color: #011b9d;"&gt;foreach&lt;SPAN style="color: #000000;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #ff5d00;"&gt;$v&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;in&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ff5d00;"&gt;$vols&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;){&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 9px; font-family: 'Lucida Console';"&gt;&lt;SPAN style="color: #011b9d;"&gt;if&lt;/SPAN&gt;((&lt;SPAN style="color: #0433ff;"&gt;get-ncsnapshot&lt;/SPAN&gt; &lt;SPAN style="color: #ff5d00;"&gt;$v&lt;/SPAN&gt;&lt;SPAN style="color: #b8b8b8;"&gt;|&lt;/SPAN&gt;&lt;SPAN style="color: #0433ff;"&gt;?&lt;/SPAN&gt;{&lt;SPAN style="color: #ff5d00;"&gt;$_&lt;/SPAN&gt;&lt;SPAN style="color: #b8b8b8;"&gt;.&lt;/SPAN&gt;Created &lt;SPAN style="color: #b8b8b8;"&gt;-gt&lt;/SPAN&gt; (&lt;SPAN style="color: #0433ff;"&gt;get-date&lt;/SPAN&gt;)&lt;SPAN style="color: #b8b8b8;"&gt;.&lt;/SPAN&gt;AddDays(&lt;SPAN style="color: #942193;"&gt;-1&lt;/SPAN&gt;)})&lt;SPAN style="color: #b8b8b8;"&gt;.&lt;/SPAN&gt;count){&lt;/P&gt;&lt;P style="font-size: 9px; font-family: 'Lucida Console'; color: #ff5d00;"&gt;&lt;SPAN style="color: #000000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #ff5d00;"&gt;write-host "volume&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ff5d00;"&gt;$v has current snapshots"&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 9px; font-family: 'Lucida Console';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;&lt;P style="font-size: 9px; font-family: 'Lucida Console';"&gt;} &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Parameters can be tweaked like days or sub na for nc for Legacy. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Apr 2014 13:40:28 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Snapshots-report/m-p/61310#M3048</guid>
      <dc:creator>olson</dc:creator>
      <dc:date>2014-04-01T13:40:28Z</dc:date>
    </item>
    <item>
      <title>Re: Snapshots report</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Snapshots-report/m-p/61314#M3049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;what I want to achieve via powershell is to have a script run once a day and scan all volumes, then if a volume has no snap shots for more than 1 day, receive an alert.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Apr 2014 17:31:02 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Snapshots-report/m-p/61314#M3049</guid>
      <dc:creator>seffysefix</dc:creator>
      <dc:date>2014-04-01T17:31:02Z</dc:date>
    </item>
  </channel>
</rss>

