<?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 Toolkit - Get-NcVol - Get Properties for Thin Provisiong and Style. in Software Development Kit (SDK) and API Discussions</title>
    <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/PowerShell-Toolkit-Get-NcVol-Get-Properties-for-Thin-Provisiong-and-Style/m-p/150251#M2949</link>
    <description>&lt;P&gt;Based on your example code, "$_.VolumeSpaceAttributes.SpaceGuarantee" will get you the volume provisioning type (options are "none", "volume", or "file").&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"$_.VolumeIdAttributes.Style" will get you the volume style.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope that helps!&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Donny&lt;/P&gt;</description>
    <pubDate>Tue, 13 Aug 2019 13:55:39 GMT</pubDate>
    <dc:creator>donny_lang</dc:creator>
    <dc:date>2019-08-13T13:55:39Z</dc:date>
    <item>
      <title>PowerShell Toolkit - Get-NcVol - Get Properties for Thin Provisiong and Style.</title>
      <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/PowerShell-Toolkit-Get-NcVol-Get-Properties-for-Thin-Provisiong-and-Style/m-p/150227#M2948</link>
      <description>&lt;P&gt;Looking for the property values for 'Thin Provisioned' and 'Style' under the cmdlet Get-NcVol, that are displayed in the GUI/WEB under Volumes.&amp;nbsp; Below is what I have so far for the data I want to pull/display.&amp;nbsp; Any assistance would be appreciated, cheers&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;$NcVolInfo = Get-NcVol -Name *$VolumeName*
$NcVolInfo | 
    Select-Object @{n='VolumeName';e={$_.Name}},
                  State,
                  Aggregate,
                  @{n='Available Space';e={convertto-formattednumber $_.available datasize "0.00"}},
                  @{n='Total Space';e={convertto-formattednumber $_.TotalSize datasize "0.00"}},
                  @{n='Used Space';e={convertto-formattednumber ($_.VolumeSpaceAttributes).sizeused datasize "0.00"}},
                  @{n='Type';e={($_.VolumeIdAttributes).Type}},
                  Dedupe,
                  Vserver,
                  IsInfiniteVolume | Format-Table -AutoSize&lt;/PRE&gt;</description>
      <pubDate>Wed, 04 Jun 2025 12:19:37 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/PowerShell-Toolkit-Get-NcVol-Get-Properties-for-Thin-Provisiong-and-Style/m-p/150227#M2948</guid>
      <dc:creator>McGill</dc:creator>
      <dc:date>2025-06-04T12:19:37Z</dc:date>
    </item>
    <item>
      <title>Re: PowerShell Toolkit - Get-NcVol - Get Properties for Thin Provisiong and Style.</title>
      <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/PowerShell-Toolkit-Get-NcVol-Get-Properties-for-Thin-Provisiong-and-Style/m-p/150251#M2949</link>
      <description>&lt;P&gt;Based on your example code, "$_.VolumeSpaceAttributes.SpaceGuarantee" will get you the volume provisioning type (options are "none", "volume", or "file").&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"$_.VolumeIdAttributes.Style" will get you the volume style.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope that helps!&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Donny&lt;/P&gt;</description>
      <pubDate>Tue, 13 Aug 2019 13:55:39 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/PowerShell-Toolkit-Get-NcVol-Get-Properties-for-Thin-Provisiong-and-Style/m-p/150251#M2949</guid>
      <dc:creator>donny_lang</dc:creator>
      <dc:date>2019-08-13T13:55:39Z</dc:date>
    </item>
  </channel>
</rss>

