<?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: Powershell Pipeline no longer working after version 9.15.1.2407 install in ONTAP Discussions</title>
    <link>https://community.netapp.com/t5/ONTAP-Discussions/Powershell-Pipeline-no-longer-working-after-version-9-15-1-2407-install/m-p/456071#M44157</link>
    <description>&lt;P&gt;I can confirm that Get-NcSnapshot is not taking in volumes from the pipeline (I can't say if it used to, but it doesn't now)&lt;BR /&gt;&lt;BR /&gt;work around seems to be to assign the volume to a variable object first, then use it in the get&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="cpp"&gt;$exArchVol = Get-NcVol Extranet_Archives
Get-NcSnapshot -Volume $exArchVol&lt;/LI-CODE&gt;</description>
    <pubDate>Sat, 26 Oct 2024 06:46:53 GMT</pubDate>
    <dc:creator>WhollyJoe</dc:creator>
    <dc:date>2024-10-26T06:46:53Z</dc:date>
    <item>
      <title>Powershell Pipeline no longer working after version 9.15.1.2407 install</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Powershell-Pipeline-no-longer-working-after-version-9-15-1-2407-install/m-p/456034#M44151</link>
      <description>&lt;P&gt;Since I upgraded my Powershell to&amp;nbsp;9.15.1.2407 the pipeline function no longer works. No matter the command, it always errors with Volume parameter neither specified nor set. Below is screenshot example of the error message. Any ideas?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="powershell error.jpg" style="width: 400px;"&gt;&lt;img src="https://community.netapp.com/t5/image/serverpage/image-id/29240iC3156FE5DB7417F7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="powershell error.jpg" alt="powershell error.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Thu, 24 Oct 2024 11:22:38 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Powershell-Pipeline-no-longer-working-after-version-9-15-1-2407-install/m-p/456034#M44151</guid>
      <dc:creator>EddieJ</dc:creator>
      <dc:date>2024-10-24T11:22:38Z</dc:date>
    </item>
    <item>
      <title>Re: Powershell Pipeline no longer working after version 9.15.1.2407 install</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Powershell-Pipeline-no-longer-working-after-version-9-15-1-2407-install/m-p/456035#M44152</link>
      <description>&lt;P&gt;Actually, this may be something in our environment that has changed. I went on another box running 9.14 and it is exhibiting the same behavior. If anybody has run into this issue, please let me know.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks again&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Oct 2024 11:52:33 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Powershell-Pipeline-no-longer-working-after-version-9-15-1-2407-install/m-p/456035#M44152</guid>
      <dc:creator>EddieJ</dc:creator>
      <dc:date>2024-10-24T11:52:33Z</dc:date>
    </item>
    <item>
      <title>Re: Powershell Pipeline no longer working after version 9.15.1.2407 install</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Powershell-Pipeline-no-longer-working-after-version-9-15-1-2407-install/m-p/456071#M44157</link>
      <description>&lt;P&gt;I can confirm that Get-NcSnapshot is not taking in volumes from the pipeline (I can't say if it used to, but it doesn't now)&lt;BR /&gt;&lt;BR /&gt;work around seems to be to assign the volume to a variable object first, then use it in the get&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="cpp"&gt;$exArchVol = Get-NcVol Extranet_Archives
Get-NcSnapshot -Volume $exArchVol&lt;/LI-CODE&gt;</description>
      <pubDate>Sat, 26 Oct 2024 06:46:53 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Powershell-Pipeline-no-longer-working-after-version-9-15-1-2407-install/m-p/456071#M44157</guid>
      <dc:creator>WhollyJoe</dc:creator>
      <dc:date>2024-10-26T06:46:53Z</dc:date>
    </item>
    <item>
      <title>Re: Powershell Pipeline no longer working after version 9.15.1.2407 install</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Powershell-Pipeline-no-longer-working-after-version-9-15-1-2407-install/m-p/456090#M44161</link>
      <description>&lt;P&gt;Allot of functions are not working correctly. Such as Get-NCSnapmirror | Invoke-NcSnapMirrorQuiesce. Also the Get-NcSnapshot is not showing the size and cumulative size of the snaps.&amp;nbsp; The solution you provided is ok, but not for Bulk operations unless you write a little For-Each loop to do the job of a one line simple pipe. Again, this problem is on 9.14 module and 9.15 module. I am starting to think some Windows update broke this.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Oct 2024 11:13:03 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Powershell-Pipeline-no-longer-working-after-version-9-15-1-2407-install/m-p/456090#M44161</guid>
      <dc:creator>EddieJ</dc:creator>
      <dc:date>2024-10-28T11:13:03Z</dc:date>
    </item>
  </channel>
</rss>

