<?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: NetApp PowerShell Toolkit 9.11.1.2208 released! in Microsoft Virtualization Discussions</title>
    <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/NetApp-PowerShell-Toolkit-9-11-1-2208-released/m-p/441022#M6666</link>
    <description>&lt;P&gt;Add-NcCifsShare -Name Test -Path /vol_Daten/Daten&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Add-NcCifsShare : HomeDirectory parameter specified, which is not supported for ONTAPI call&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Perhaps it should work other way? I try all ways but it dont work...&lt;/P&gt;</description>
    <pubDate>Thu, 19 Jan 2023 14:45:24 GMT</pubDate>
    <dc:creator>Akromat_Eichler</dc:creator>
    <dc:date>2023-01-19T14:45:24Z</dc:date>
    <item>
      <title>NetApp PowerShell Toolkit 9.11.1.2208 released!</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/NetApp-PowerShell-Toolkit-9-11-1-2208-released/m-p/437915#M6563</link>
      <description>&lt;P&gt;Dear PowerShell community,&lt;BR /&gt;&lt;BR /&gt;We are glad to announce the release of&amp;nbsp;the NetApp® ONTAP® 9.11.1.2208 PowerShell Toolkit.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;What’s New&lt;/STRONG&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Toolkit introduces REST API functionality for cmdlets to support ONTAP features available through 9.11.1 through both REST and ZAPI.&lt;/LI&gt;&lt;LI&gt;Toolkit has not made any changes to existing support for ZAPI calls.&lt;/LI&gt;&lt;LI&gt;PSTK cmdlets use REST API by default from ONTAP 9.10.1 release onwards&lt;/LI&gt;&lt;LI&gt;Toolkit has not made any changes to existing support for ZAPI calls.&lt;UL&gt;&lt;LI&gt;To execute cmdlets by using ZAPI calls, use the -ONTAPI parameter like below:&amp;nbsp;&lt;OL&gt;&lt;LI&gt;Connect-NcController ControllerIP&lt;/LI&gt;&lt;LI&gt;Get-NcVserver -Name vs0 -ONTAPI&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;LI&gt;Set a global connection to execute all cmdlets using ZAPI calls use the -ONTAPI parameter at connection level like below:&lt;OL&gt;&lt;LI&gt;Connect-NcController ControllerIP -ONTAPI&lt;/LI&gt;&lt;LI&gt;Get-NcVserver -Name vs0&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;STRONG&gt;PowerShell Toolkit Upgrade and Backward Compatibility&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;The toolkit name has been changed from DataONTAP to NetApp.ONTAP. To provide backward compatibility i.e. existing scripts compatibility and to allow users to import the module using the previous name, complete the following steps:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;PowerShell Gallery&lt;/STRONG&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Use&amp;nbsp;&lt;STRONG&gt;cmdlet uninstall-module DataONTAP&lt;/STRONG&gt;&amp;nbsp;if an older package is available.&lt;/LI&gt;&lt;LI&gt;Use&amp;nbsp;&lt;STRONG&gt;cmdlet install-module NetApp.ONTAP&lt;/STRONG&gt;&amp;nbsp;to install the ONTAP 9.11.1.2208 package.&lt;/LI&gt;&lt;LI&gt;Execute the following two commands.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Before executing these commands, ensure that “C:\Program Files\WindowsPowerShell\Modules\NetApp.ONTAP” exists. This is the default location where the PowerShell gallery install module resides. If this location has been updated, update the path accordingly.&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;New-Item -ItemType SymbolicLink -Path ("C:\Program Files\WindowsPowerShell\Modules\DataONTAP") -Target ("C:\Program Files\WindowsPowerShell\Modules\NetApp.ONTAP")&lt;/LI&gt;&lt;LI&gt;New-Item -ItemType SymbolicLink -Path ("C:\Program Files\WindowsPowerShell\Modules\DataONTAP\9.11.1.2208\DataONTAP.psd1") -Target ("C:\Program Files\WindowsPowerShell\Modules\DataONTAP\9.11.1.2208\NetApp.ONTAP.psd1")&lt;/LI&gt;&lt;LI&gt;Once the commands have completed, import the module using both names “DataONTAP” and “NetApp.ONTAP”.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;STRONG&gt;NetApp&lt;/STRONG&gt;&amp;nbsp;&lt;STRONG&gt;ToolChest&lt;/STRONG&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Download the package from the &lt;A href="https://mysupport.netapp.com/site/tools/tool-eula/ontap-powershell-toolkit" target="_blank" rel="noopener"&gt;ToolChest&lt;/A&gt;.&lt;/LI&gt;&lt;LI&gt;Extract the package.&lt;/LI&gt;&lt;LI&gt;Execute&amp;nbsp;&lt;STRONG&gt;Install.ps1&lt;/STRONG&gt;&amp;nbsp;and enter the location where you want to update the existing package or do a fresh installation.&lt;/LI&gt;&lt;LI&gt;Once the command has completed, import the module using both names “DataONTAP” and “NetApp.ONTAP”.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;For more details refer to&amp;nbsp;&lt;A href="https://mysupport.netapp.com/api/tools-service/toolsbinary/ontap-powershell-toolkit/download/NetApp%20PowerShell%20Toolkit%209.11.1%20Installation%20Guide.pdf" target="_blank" rel="noopener"&gt;&lt;STRONG&gt;PowerShell Toolkit Installation Guide&amp;nbsp;&lt;/STRONG&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Toolkit can be downloaded from &lt;A href="https://www.powershellgallery.com/packages/NetApp.ONTAP/9.11.1.2208" target="_blank" rel="noopener"&gt;PowerShell Gallery&lt;/A&gt; as well.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;NetApp PowerShell Toolkit Team&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 09:57:01 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/NetApp-PowerShell-Toolkit-9-11-1-2208-released/m-p/437915#M6563</guid>
      <dc:creator>Sapan</dc:creator>
      <dc:date>2025-06-04T09:57:01Z</dc:date>
    </item>
    <item>
      <title>Re: NetApp PowerShell Toolkit 9.11.1.2208 released!</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/NetApp-PowerShell-Toolkit-9-11-1-2208-released/m-p/439642#M6613</link>
      <description>&lt;P&gt;The NetApp.ONTAP v9.11.1.2208 module is garbage. I don't know how this passed the QA checks.&lt;/P&gt;</description>
      <pubDate>Fri, 04 Nov 2022 20:56:11 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/NetApp-PowerShell-Toolkit-9-11-1-2208-released/m-p/439642#M6613</guid>
      <dc:creator>jcolonfzenpr</dc:creator>
      <dc:date>2022-11-04T20:56:11Z</dc:date>
    </item>
    <item>
      <title>Re: NetApp PowerShell Toolkit 9.11.1.2208 released!</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/NetApp-PowerShell-Toolkit-9-11-1-2208-released/m-p/439701#M6616</link>
      <description>&lt;P&gt;Hi all&lt;BR /&gt;At least the "New-ncvol -type" and the "New-ncvol -SnapshotReserve" switches don't work. Will these bugs get corrected?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Nov 2022 14:44:54 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/NetApp-PowerShell-Toolkit-9-11-1-2208-released/m-p/439701#M6616</guid>
      <dc:creator>SYNTAXERROR</dc:creator>
      <dc:date>2022-11-08T14:44:54Z</dc:date>
    </item>
    <item>
      <title>Re: NetApp PowerShell Toolkit 9.11.1.2208 released!</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/NetApp-PowerShell-Toolkit-9-11-1-2208-released/m-p/440253#M6636</link>
      <description>&lt;P&gt;"Get-NcSnapshot" without any parameters should give you all snapshots on the cluster, as previous versions of the powershell module would, but now you are met with a request to specify a volume. Why? This contradicts the documentation.&lt;/P&gt;&lt;P&gt;If you then specify a volume like *, which is legal, you get 10 snapshots from a single volume. Why?&lt;BR /&gt;I'm actually looking for all the snapshots in the cluster and not 10 random.&lt;/P&gt;&lt;P&gt;If I specify a particular volume, then I get a list of 10 snapshots from that volume.&lt;BR /&gt;You have broken something that worked really well, don't patronize your users by thinking that you know what they would like to see.&lt;/P&gt;&lt;P&gt;BtW - You can still get all the snapshots from the cluster by using "Get-NcSnapshot -ontapi", but that seems wrong to keep using legacy switches.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Dec 2022 20:27:56 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/NetApp-PowerShell-Toolkit-9-11-1-2208-released/m-p/440253#M6636</guid>
      <dc:creator>DRNielsen</dc:creator>
      <dc:date>2022-12-02T20:27:56Z</dc:date>
    </item>
    <item>
      <title>Re: NetApp PowerShell Toolkit 9.11.1.2208 released!</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/NetApp-PowerShell-Toolkit-9-11-1-2208-released/m-p/440787#M6665</link>
      <description>&lt;P&gt;can'T use as 7mode&amp;nbsp;Connect-NaController not working well with rpc. cdot we have to include -ZapiCall.&lt;BR /&gt;Need to revert this update&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jan 2023 12:51:07 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/NetApp-PowerShell-Toolkit-9-11-1-2208-released/m-p/440787#M6665</guid>
      <dc:creator>Vasileios</dc:creator>
      <dc:date>2023-01-05T12:51:07Z</dc:date>
    </item>
    <item>
      <title>Re: NetApp PowerShell Toolkit 9.11.1.2208 released!</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/NetApp-PowerShell-Toolkit-9-11-1-2208-released/m-p/441022#M6666</link>
      <description>&lt;P&gt;Add-NcCifsShare -Name Test -Path /vol_Daten/Daten&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Add-NcCifsShare : HomeDirectory parameter specified, which is not supported for ONTAPI call&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Perhaps it should work other way? I try all ways but it dont work...&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jan 2023 14:45:24 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/NetApp-PowerShell-Toolkit-9-11-1-2208-released/m-p/441022#M6666</guid>
      <dc:creator>Akromat_Eichler</dc:creator>
      <dc:date>2023-01-19T14:45:24Z</dc:date>
    </item>
    <item>
      <title>Re: NetApp PowerShell Toolkit 9.11.1.2208 released!</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/NetApp-PowerShell-Toolkit-9-11-1-2208-released/m-p/441052#M6667</link>
      <description>&lt;P&gt;Then I'll answer my own question.&lt;BR /&gt;The problem is was Powershell NetApp.Ontap version 9.11.1.2208. After downgrade to version 9.10.1.2111 creating a CIFS share works without problems.&lt;BR /&gt;Should you test software yourself before release? But there are also cooks who do not taste their own food...&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jan 2023 07:34:46 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/NetApp-PowerShell-Toolkit-9-11-1-2208-released/m-p/441052#M6667</guid>
      <dc:creator>Akromat_Eichler</dc:creator>
      <dc:date>2023-01-20T07:34:46Z</dc:date>
    </item>
  </channel>
</rss>

