<?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: Get-NaNFSExport not returning correct SecurityRules in Microsoft Virtualization Discussions</title>
    <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Get-NaNFSExport-not-returning-correct-SecurityRules/m-p/52892#M2488</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jacob,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All of the cmdlets included in the toolkit are complete.&amp;nbsp; Many of the cmdlets, including &lt;SPAN style="font-family: 'courier new', courier;"&gt;Get-NaNfsExport&lt;/SPAN&gt;, return data directly from Data ONTAP APIs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) The cmdlet by default returns the exports loaded into memory.&amp;nbsp; You can use the &lt;SPAN style="font-family: 'courier new', courier;"&gt;-Persistent&lt;/SPAN&gt; switch to see the entries from /etc/exports:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;PS C:\Users\Administrator&amp;gt; help Get-NaNfsExport -Parameter Persistent&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;-Persistent&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Default value is false. If specified, the export entries that are present in the /etc/exports file are returned;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; otherwise, those loaded in memory are returned. This parameter is ignored if the Path parameter is provided.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Required?&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; false&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Position?&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; named&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Default value&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; false&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Accept pipeline input?&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; false&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Accept wildcard characters?&amp;nbsp; false&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2)&amp;nbsp; You can use &lt;SPAN style="font-family: 'courier new', courier;"&gt;Get-NaHelp&lt;/SPAN&gt; to see which API a given cmdlet uses.&amp;nbsp; &lt;SPAN style="font-family: 'courier new', courier;"&gt;Get-NaNfsExport&lt;/SPAN&gt; uses &lt;STRONG&gt;nfs-exportfs-list-rules-2&lt;/STRONG&gt;.&amp;nbsp; Look into &lt;SPAN style="font-family: 'courier new', courier;"&gt;Invoke-NaSystemApi&lt;/SPAN&gt; if you want to explore the XML structure returned by Data ONTAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3)&amp;nbsp; All of the cmdlets included in the toolkit are complete.&amp;nbsp; When APIs are updated, we try our best to update the cmdlets to reflect the changes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Steven&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Jun 2012 15:04:10 GMT</pubDate>
    <dc:creator>beam</dc:creator>
    <dc:date>2012-06-04T15:04:10Z</dc:date>
    <item>
      <title>Get-NaNFSExport not returning correct SecurityRules</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Get-NaNFSExport-not-returning-correct-SecurityRules/m-p/52887#M2487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a list available somewhere that details which commandlets provided by the Powershell toolkit are complete?&amp;nbsp; I know that there isn't 100% coverage for the entire API, however I'm trying to put something together to manage NFS exports for VMWare ESXi and the results that I'm getting are not what I expected.&amp;nbsp; I'm new to using the toolkit, but not to powershell.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm attempting to run the toolkit against a FAS3210 running DOT 8.0.2P3 7-Mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At this stage I'm attempting to simply get information about the existing NFS exports, in a manner that I can use for generating reports on configuration consistency.&amp;nbsp; The commandelt Get-NaNFSExport is not returning the security rules correctly.&amp;nbsp; Get-NaNFSExport is returning that ReadWrite has the value all-hosts and Root is not showing any value.&amp;nbsp; The actual configuration is that ReadWrite and root are both set to the same list of IP addresses.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Is this normal behaviour for this commandlet?&lt;/P&gt;&lt;P&gt;2) Is this normal for the combination of the version of DOT that we run and the operation of this commandlet?&lt;/P&gt;&lt;P&gt;3) Is there a list somewhere that I can see which commandlets are 100% complete and which are only partially complete?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jacob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 06:26:06 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Get-NaNFSExport-not-returning-correct-SecurityRules/m-p/52887#M2487</guid>
      <dc:creator>JACOB_WILLIAMS</dc:creator>
      <dc:date>2025-06-05T06:26:06Z</dc:date>
    </item>
    <item>
      <title>Re: Get-NaNFSExport not returning correct SecurityRules</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Get-NaNFSExport-not-returning-correct-SecurityRules/m-p/52892#M2488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jacob,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All of the cmdlets included in the toolkit are complete.&amp;nbsp; Many of the cmdlets, including &lt;SPAN style="font-family: 'courier new', courier;"&gt;Get-NaNfsExport&lt;/SPAN&gt;, return data directly from Data ONTAP APIs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) The cmdlet by default returns the exports loaded into memory.&amp;nbsp; You can use the &lt;SPAN style="font-family: 'courier new', courier;"&gt;-Persistent&lt;/SPAN&gt; switch to see the entries from /etc/exports:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;PS C:\Users\Administrator&amp;gt; help Get-NaNfsExport -Parameter Persistent&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;-Persistent&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Default value is false. If specified, the export entries that are present in the /etc/exports file are returned;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; otherwise, those loaded in memory are returned. This parameter is ignored if the Path parameter is provided.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Required?&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; false&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Position?&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; named&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Default value&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; false&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Accept pipeline input?&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; false&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Accept wildcard characters?&amp;nbsp; false&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2)&amp;nbsp; You can use &lt;SPAN style="font-family: 'courier new', courier;"&gt;Get-NaHelp&lt;/SPAN&gt; to see which API a given cmdlet uses.&amp;nbsp; &lt;SPAN style="font-family: 'courier new', courier;"&gt;Get-NaNfsExport&lt;/SPAN&gt; uses &lt;STRONG&gt;nfs-exportfs-list-rules-2&lt;/STRONG&gt;.&amp;nbsp; Look into &lt;SPAN style="font-family: 'courier new', courier;"&gt;Invoke-NaSystemApi&lt;/SPAN&gt; if you want to explore the XML structure returned by Data ONTAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3)&amp;nbsp; All of the cmdlets included in the toolkit are complete.&amp;nbsp; When APIs are updated, we try our best to update the cmdlets to reflect the changes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Steven&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jun 2012 15:04:10 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Get-NaNFSExport-not-returning-correct-SecurityRules/m-p/52892#M2488</guid>
      <dc:creator>beam</dc:creator>
      <dc:date>2012-06-04T15:04:10Z</dc:date>
    </item>
    <item>
      <title>Re: Get-NaNFSExport not returning correct SecurityRules</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Get-NaNFSExport-not-returning-correct-SecurityRules/m-p/52897#M2489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the response.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you say that without the &lt;SPAN style="font-family: 'courier new', courier;"&gt;-Persistent&lt;/SPAN&gt; parameter that the commandlet retrieves the exports loaded into memory.&amp;nbsp; I would have assumed that actively used exports that have existed across multiple reboots would exist in memory of the filer.&amp;nbsp; That being said, even using the &lt;SPAN style="font-family: 'courier new', courier;"&gt;-Persistent&lt;/SPAN&gt; parameter I am still receiving incorrect results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;PS C:\Scripts\Powershell&amp;gt; $filer = "colona1b"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;PS C:\Scripts\Powershell&amp;gt; $path = "/vol/NFSB_VM08R2_05"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;PS C:\Scripts\Powershell&amp;gt; $cred = Get-Credential&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;PS C:\Scripts\Powershell&amp;gt; $na = Connect-NaController $filer -Credential:$cred&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;PS C:\Scripts\Powershell&amp;gt; $nfs_export = Get-NaNfsExport -Path:$path -Controller:$na -Persistent:$true&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;PS C:\Scripts\Powershell&amp;gt; $nfs_export.SecurityRules&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Anon&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; :&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Nosuid&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : True&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;ReadOnly&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; :&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;ReadWrite&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : {all-hosts}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Root&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; :&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;SecFlavor&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : {sys}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;NosuidSpecified : True&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the same results I get without the &lt;SPAN style="font-family: 'courier new', courier;"&gt;-Persistent&lt;/SPAN&gt; parameter.&amp;nbsp; Both ReadWrite and Root should be showing me a list of the 24 IP Addresses for our VM cluster hosts NFS vmkernel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could this be related to the version of OnTap that I am running?&amp;nbsp;&amp;nbsp; Currently we are on 8.0.2P3 7-Mode.1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jun 2012 03:59:33 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Get-NaNFSExport-not-returning-correct-SecurityRules/m-p/52897#M2489</guid>
      <dc:creator>JACOB_WILLIAMS</dc:creator>
      <dc:date>2012-06-08T03:59:33Z</dc:date>
    </item>
    <item>
      <title>Re: Get-NaNFSExport not returning correct SecurityRules</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Get-NaNFSExport-not-returning-correct-SecurityRules/m-p/52902#M2490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It could possibly be an issue with the version of ONTAP, but I have been unable to reproduce the issue.&amp;nbsp; What is the entry in /etc/exports that is causing the error (you can use Invoke-NaSsh "exportfs -q &amp;lt;path&amp;gt;")?&amp;nbsp; Do any of the exports show the correct security rules?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Steven&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2012 17:47:27 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Get-NaNFSExport-not-returning-correct-SecurityRules/m-p/52902#M2490</guid>
      <dc:creator>beam</dc:creator>
      <dc:date>2012-06-12T17:47:27Z</dc:date>
    </item>
    <item>
      <title>Re: Get-NaNFSExport not returning correct SecurityRules</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Get-NaNFSExport-not-returning-correct-SecurityRules/m-p/52905#M2491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;running both the invoke-nassh command and connecting via ssh and running it on the filer return the same results:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;colona1b&amp;gt; exportfs -q /vol/NFSB_VMPage_02&lt;/P&gt;&lt;P&gt;/vol/NFSB_VMPage_02&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -sec=sys,(ruleid=1),rw,nosuid&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've been able to identify a difference between some of the exports.&amp;nbsp; Anything that I set up prior to using the Powershell toolkit to create and share volumes returns results as above.&amp;nbsp; Anything I created using the toolkit returns the correct information, even without needing to use the -Persistent parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Initially I was using filerview to set up the exports.&amp;nbsp; I progressed from that onto using NFS to mount the rootvol and edit the file that way.&amp;nbsp; Now I'm trying to use the toolkit as I can automate all the way through to mounting the exports in the vmcluster.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Close inspection of the /etc/exports lines for an old volume and a new one show that they are structured exactly the same and aside from the volname I can't see any differences in them that could potentially explain these results.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2012 00:31:50 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Get-NaNFSExport-not-returning-correct-SecurityRules/m-p/52905#M2491</guid>
      <dc:creator>JACOB_WILLIAMS</dc:creator>
      <dc:date>2012-06-15T00:31:50Z</dc:date>
    </item>
  </channel>
</rss>

