<?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 Logical Space Reporting in Software Development Kit (SDK) and API Discussions</title>
    <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/NetApp-Powershell-Toolkit-Logical-Space-Reporting/m-p/152282#M2977</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;that works perfectly. Thanks for your help.&lt;/P&gt;</description>
    <pubDate>Wed, 13 Nov 2019 07:34:23 GMT</pubDate>
    <dc:creator>PMensing</dc:creator>
    <dc:date>2019-11-13T07:34:23Z</dc:date>
    <item>
      <title>NetApp Powershell Toolkit Logical Space Reporting</title>
      <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/NetApp-Powershell-Toolkit-Logical-Space-Reporting/m-p/152263#M2975</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;do someone use the NetApp PowerShell Toolkit for ONTAP 9.6 and can tell me, over which Cmdlet I can set the volume options for the Logical Space Reporting and the Logical Space Entformcement?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm searching the toolkit for the right option but I'm not able to find the right option.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks Pascal&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 12:08:45 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/NetApp-Powershell-Toolkit-Logical-Space-Reporting/m-p/152263#M2975</guid>
      <dc:creator>PMensing</dc:creator>
      <dc:date>2025-06-04T12:08:45Z</dc:date>
    </item>
    <item>
      <title>Re: NetApp Powershell Toolkit Logical Space Reporting</title>
      <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/NetApp-Powershell-Toolkit-Logical-Space-Reporting/m-p/152269#M2976</link>
      <description>&lt;P&gt;I think you'll have to build out an attribute object and use Update-NcVol for this... Something like:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;$q = Get-NcVol -Template
Initialize-NcObjectProperty $q VolumeIdAttributes
$q.VolumeIdAttributes.Name =  "&amp;lt;VOLUME&amp;gt;" 
$q.VolumeIdAttributes.OwningVserverName = "&amp;lt;SVM&amp;gt;"
 
$a = Get-NcVol -Template
Initialize-NcObjectProperty $a VolumeSpaceAttributes
$a.VolumeSpaceAttributes.IsSpaceReportingLogical = 'true'
$a.VolumeSpaceAttributes.IsSpaceEnforcementLogical = 'true'

Get-NcVol -Query $q 

Update-NcVol -Query $q -Attributes $a 
&lt;/PRE&gt;</description>
      <pubDate>Tue, 12 Nov 2019 15:29:37 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/NetApp-Powershell-Toolkit-Logical-Space-Reporting/m-p/152269#M2976</guid>
      <dc:creator>csalitros</dc:creator>
      <dc:date>2019-11-12T15:29:37Z</dc:date>
    </item>
    <item>
      <title>Re: NetApp Powershell Toolkit Logical Space Reporting</title>
      <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/NetApp-Powershell-Toolkit-Logical-Space-Reporting/m-p/152282#M2977</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;that works perfectly. Thanks for your help.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Nov 2019 07:34:23 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/NetApp-Powershell-Toolkit-Logical-Space-Reporting/m-p/152282#M2977</guid>
      <dc:creator>PMensing</dc:creator>
      <dc:date>2019-11-13T07:34:23Z</dc:date>
    </item>
  </channel>
</rss>

