<?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 NFS Reporting in ONTAP Discussions</title>
    <link>https://community.netapp.com/t5/ONTAP-Discussions/NetApp-PowerShell-Toolkit-NFS-Reporting/m-p/154143#M34510</link>
    <description>&lt;P&gt;Your "Superuser Security Types" for that rule index is set to "Any", so the "Root" output is correct based on how that portion of the rule is set up currently. However, it does look like the output is incorrect when the rwrule setting is set to "never" for some reason. In my lab, when I duplicated your policy but set the rwrule to "none", it returned a null value for the "ReadWrite" property.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tested it in the actual ZAPI call too and it is incorrect there as well. Looks like a bug of some sort.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 06 Feb 2020 15:27:10 GMT</pubDate>
    <dc:creator>donny_lang</dc:creator>
    <dc:date>2020-02-06T15:27:10Z</dc:date>
    <item>
      <title>NetApp PowerShell Toolkit NFS Reporting</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/NetApp-PowerShell-Toolkit-NFS-Reporting/m-p/154130#M34500</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;using the&amp;nbsp;NetApp PowerShell Toolkit&amp;nbsp; (Versions 3.1 and 9.7) I want to get a report about all the NFS exports.&lt;/P&gt;
&lt;P&gt;So I used the cmdlet Get-NcNfsExport. But, the result lists write access at the root too. There is no write access, only read. Is this a bug of the cmdlet. Does anybody use this cmdlet too?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Holger&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 11:19:53 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/NetApp-PowerShell-Toolkit-NFS-Reporting/m-p/154130#M34500</guid>
      <dc:creator>Wir_hier_in_LE</dc:creator>
      <dc:date>2025-06-04T11:19:53Z</dc:date>
    </item>
    <item>
      <title>Re: NetApp PowerShell Toolkit NFS Reporting</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/NetApp-PowerShell-Toolkit-NFS-Reporting/m-p/154132#M34502</link>
      <description>&lt;P&gt;You need to start off updating your cmdlets, there is a much later version out.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Once that is done, please paste the command you are running&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2020 13:19:46 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/NetApp-PowerShell-Toolkit-NFS-Reporting/m-p/154132#M34502</guid>
      <dc:creator>JGPSHNTAP</dc:creator>
      <dc:date>2020-02-06T13:19:46Z</dc:date>
    </item>
    <item>
      <title>Re: NetApp PowerShell Toolkit NFS Reporting</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/NetApp-PowerShell-Toolkit-NFS-Reporting/m-p/154133#M34503</link>
      <description>&lt;P&gt;Thank you for answering.&lt;/P&gt;
&lt;P&gt;I do not agrree. This version is from 11/2019 (9.7). Where do you find a newer one?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2020 13:27:29 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/NetApp-PowerShell-Toolkit-NFS-Reporting/m-p/154133#M34503</guid>
      <dc:creator>Wir_hier_in_LE</dc:creator>
      <dc:date>2020-02-06T13:27:29Z</dc:date>
    </item>
    <item>
      <title>Re: NetApp PowerShell Toolkit NFS Reporting</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/NetApp-PowerShell-Toolkit-NFS-Reporting/m-p/154135#M34505</link>
      <description>&lt;P&gt;I'm confused, are you saying ontap 9 9.7 and powershell toolkit 3.1 or powershell toolkit 9.7&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Either way, paste your command&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2020 14:13:41 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/NetApp-PowerShell-Toolkit-NFS-Reporting/m-p/154135#M34505</guid>
      <dc:creator>JGPSHNTAP</dc:creator>
      <dc:date>2020-02-06T14:13:41Z</dc:date>
    </item>
    <item>
      <title>Re: NetApp PowerShell Toolkit NFS Reporting</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/NetApp-PowerShell-Toolkit-NFS-Reporting/m-p/154137#M34506</link>
      <description>&lt;P&gt;Can you share the output of the following commands?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;From the ONTAP CLI - "export-policy rule show -vserver &amp;lt;your SVM&amp;gt; -policyname default&lt;/P&gt;
&lt;P&gt;From PowerShell - "(Get-NcNfsExport -VserverContext &amp;lt;your SVM&amp;gt; -Path /).SecurityRules"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We should be able to figure out from there what's going on - thanks!&amp;nbsp; &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2020 14:28:19 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/NetApp-PowerShell-Toolkit-NFS-Reporting/m-p/154137#M34506</guid>
      <dc:creator>donny_lang</dc:creator>
      <dc:date>2020-02-06T14:28:19Z</dc:date>
    </item>
    <item>
      <title>Re: NetApp PowerShell Toolkit NFS Reporting</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/NetApp-PowerShell-Toolkit-NFS-Reporting/m-p/154138#M34507</link>
      <description>&lt;P&gt;Sorry, here the version information:&lt;/P&gt;
&lt;P&gt;ONTAP 9.3P1&lt;/P&gt;
&lt;P&gt;PSTK 9.6 (Installfile was named&amp;nbsp;NetApp_PowerShell_Toolkit_9.7.0.msi, OntapiPS.dll 14.11.2019, Product Version 9.7.0.0)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;the command I used is&lt;/P&gt;
&lt;P&gt;Get-NcNfsExport -VserverContext svm_xxxxx_nfs | select -ExpandProperty securityrules&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;First output is this (edited):&lt;/P&gt;
&lt;P&gt;Pathname SecurityRules&lt;BR /&gt;-------- -------------&lt;BR /&gt;/ {False, False, False, False...}&lt;/P&gt;
&lt;P&gt;Anon : 65534&lt;BR /&gt;NcController : clustername&lt;BR /&gt;Nosuid : False&lt;BR /&gt;ReadOnly : {several IP addresses and networks...}&lt;BR /&gt;ReadWrite : {several IP addresses and networks...}&lt;BR /&gt;Root : {several IP addresses and networks...}&lt;BR /&gt;SecFlavor : {sys}&lt;BR /&gt;NosuidSpecified : True&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Wrong are the entrys at ReadWrite and Root. They have to be empty.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2020 14:29:52 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/NetApp-PowerShell-Toolkit-NFS-Reporting/m-p/154138#M34507</guid>
      <dc:creator>Wir_hier_in_LE</dc:creator>
      <dc:date>2020-02-06T14:29:52Z</dc:date>
    </item>
    <item>
      <title>Re: NetApp PowerShell Toolkit NFS Reporting</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/NetApp-PowerShell-Toolkit-NFS-Reporting/m-p/154140#M34508</link>
      <description>&lt;P&gt;here is the CLI output (RW Access Rule: never):&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="2020-02-06 15_31_59-Window.jpg" style="width: 999px;"&gt;&lt;img src="https://community.netapp.com/t5/image/serverpage/image-id/9549iE3BEEF0DCD05A435/image-size/large?v=v2&amp;amp;px=999" role="button" title="2020-02-06 15_31_59-Window.jpg" alt="2020-02-06 15_31_59-Window.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2020 14:34:57 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/NetApp-PowerShell-Toolkit-NFS-Reporting/m-p/154140#M34508</guid>
      <dc:creator>Wir_hier_in_LE</dc:creator>
      <dc:date>2020-02-06T14:34:57Z</dc:date>
    </item>
    <item>
      <title>Re: NetApp PowerShell Toolkit NFS Reporting</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/NetApp-PowerShell-Toolkit-NFS-Reporting/m-p/154143#M34510</link>
      <description>&lt;P&gt;Your "Superuser Security Types" for that rule index is set to "Any", so the "Root" output is correct based on how that portion of the rule is set up currently. However, it does look like the output is incorrect when the rwrule setting is set to "never" for some reason. In my lab, when I duplicated your policy but set the rwrule to "none", it returned a null value for the "ReadWrite" property.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tested it in the actual ZAPI call too and it is incorrect there as well. Looks like a bug of some sort.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2020 15:27:10 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/NetApp-PowerShell-Toolkit-NFS-Reporting/m-p/154143#M34510</guid>
      <dc:creator>donny_lang</dc:creator>
      <dc:date>2020-02-06T15:27:10Z</dc:date>
    </item>
  </channel>
</rss>

