<?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: Script creation for all snapshots for all volumes in the cluster in ONTAP Discussions</title>
    <link>https://community.netapp.com/t5/ONTAP-Discussions/Script-creation-for-all-snapshots-for-all-volumes-in-the-cluster/m-p/444411#M42235</link>
    <description>&lt;P&gt;Therefore, I had provided the links. Please see TR-4475, it covers everything from beginning, concept to installation steps.&lt;/P&gt;</description>
    <pubDate>Thu, 18 May 2023 08:43:53 GMT</pubDate>
    <dc:creator>Ontapforrum</dc:creator>
    <dc:date>2023-05-18T08:43:53Z</dc:date>
    <item>
      <title>Script creation for all snapshots for all volumes in the cluster</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Script-creation-for-all-snapshots-for-all-volumes-in-the-cluster/m-p/444139#M42172</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am looking for a script via which I can list snapshots on all volumes in a cluster/vserver.&lt;/P&gt;&lt;P&gt;I am new to scripting, hence looking for your guidance and support.&lt;/P&gt;&lt;P&gt;Kindly help and let me know if this can be done.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 09:49:36 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Script-creation-for-all-snapshots-for-all-volumes-in-the-cluster/m-p/444139#M42172</guid>
      <dc:creator>joshid4</dc:creator>
      <dc:date>2025-06-04T09:49:36Z</dc:date>
    </item>
    <item>
      <title>Re: Script creation for all snapshots for all volumes in the cluster</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Script-creation-for-all-snapshots-for-all-volumes-in-the-cluster/m-p/444141#M42173</link>
      <description>&lt;P&gt;Using ONTAP PowerShell Module, simplest one:&lt;BR /&gt;PS C:\&amp;gt; Get-NcSnapshot | Export-Csv "C:\temp\$($filer).snapshots.csv"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Selected fields:&lt;BR /&gt;PS C:\&amp;gt; Get-NcSnapshot | Select Name,Volume,Vserver | Export-Csv "C:\temp\$($filer).snapshots.csv"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just look up in the netapp forum, there are many examples (for automation)&amp;nbsp; not just limited to PS. One such basic PS thread example&amp;nbsp; is this:&lt;BR /&gt;&lt;A href="https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Script-to-list-snapshot-copies-of-all-volumes/td-p/24484" target="_blank" rel="noopener"&gt;https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Script-to-list-snapshot-copies-of-all-volumes/td-p/24484&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Related:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.netapp.com/pdf.html?item=/media/16861-tr-4475pdf.pdf" target="_blank"&gt;https://www.netapp.com/pdf.html?item=/media/16861-tr-4475pdf.pdf&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/NetApp-PowerShell-Toolkit-9-11-1-2208-released/m-p/437915" target="_blank"&gt;https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/NetApp-PowerShell-Toolkit-9-11-1-2208-released/m-p/437915&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 09 May 2023 10:44:29 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Script-creation-for-all-snapshots-for-all-volumes-in-the-cluster/m-p/444141#M42173</guid>
      <dc:creator>Ontapforrum</dc:creator>
      <dc:date>2023-05-09T10:44:29Z</dc:date>
    </item>
    <item>
      <title>Re: Script creation for all snapshots for all volumes in the cluster</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Script-creation-for-all-snapshots-for-all-volumes-in-the-cluster/m-p/444410#M42234</link>
      <description>&lt;P&gt;I believe this is just to list the snapshots under the cluster.&lt;/P&gt;&lt;P&gt;However, I would need to understand this from very beginning.&lt;/P&gt;&lt;P&gt;For example: Logging into the cluster via providing the IP address and having the script authenticated.&lt;/P&gt;&lt;P&gt;Then logging into the cluster and listing the snapshots.&lt;/P&gt;</description>
      <pubDate>Thu, 18 May 2023 08:28:21 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Script-creation-for-all-snapshots-for-all-volumes-in-the-cluster/m-p/444410#M42234</guid>
      <dc:creator>joshid4</dc:creator>
      <dc:date>2023-05-18T08:28:21Z</dc:date>
    </item>
    <item>
      <title>Re: Script creation for all snapshots for all volumes in the cluster</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Script-creation-for-all-snapshots-for-all-volumes-in-the-cluster/m-p/444411#M42235</link>
      <description>&lt;P&gt;Therefore, I had provided the links. Please see TR-4475, it covers everything from beginning, concept to installation steps.&lt;/P&gt;</description>
      <pubDate>Thu, 18 May 2023 08:43:53 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Script-creation-for-all-snapshots-for-all-volumes-in-the-cluster/m-p/444411#M42235</guid>
      <dc:creator>Ontapforrum</dc:creator>
      <dc:date>2023-05-18T08:43:53Z</dc:date>
    </item>
  </channel>
</rss>

