<?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 PowerShell Toolkit question - Get-NcVol in Microsoft Virtualization Discussions</title>
    <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/PowerShell-Toolkit-question-Get-NcVol/m-p/108105#M4444</link>
    <description>&lt;P&gt;I have a homegrown script that produces space usage reports using PowerShell Toolkit's Get-NaVol cmdlet; specifically the SizeUsed field. However, as we're migrating to CDOT, the corresponding Get-NcVol cmdlet doesn't have a SizeUsed field - only TotalSize, Available, and Used, the latter of which is a percentage of total rather than an absolute number. My knowledge of PowerShell is rather rudimentary - how do I take a 'Get-NcVol -vserver $something' command, and return the total GBs/TBs used?&lt;/P&gt;</description>
    <pubDate>Wed, 04 Jun 2025 23:37:21 GMT</pubDate>
    <dc:creator>borismekler</dc:creator>
    <dc:date>2025-06-04T23:37:21Z</dc:date>
    <item>
      <title>PowerShell Toolkit question - Get-NcVol</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/PowerShell-Toolkit-question-Get-NcVol/m-p/108105#M4444</link>
      <description>&lt;P&gt;I have a homegrown script that produces space usage reports using PowerShell Toolkit's Get-NaVol cmdlet; specifically the SizeUsed field. However, as we're migrating to CDOT, the corresponding Get-NcVol cmdlet doesn't have a SizeUsed field - only TotalSize, Available, and Used, the latter of which is a percentage of total rather than an absolute number. My knowledge of PowerShell is rather rudimentary - how do I take a 'Get-NcVol -vserver $something' command, and return the total GBs/TBs used?&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 23:37:21 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/PowerShell-Toolkit-question-Get-NcVol/m-p/108105#M4444</guid>
      <dc:creator>borismekler</dc:creator>
      <dc:date>2025-06-04T23:37:21Z</dc:date>
    </item>
    <item>
      <title>Re: PowerShell Toolkit question - Get-NcVol</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/PowerShell-Toolkit-question-Get-NcVol/m-p/108106#M4445</link>
      <description>&lt;P&gt;That's because they embeded the volume attributes.. Check out get-ncvol | select *&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You need to run something like this&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;get-ncvol testvol | select @{n='used';e={convertto-formattednumber ($_.VolumeSpaceAttributes).sizeused datasize "0.0"}}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;used&lt;BR /&gt;----&lt;BR /&gt;352.0 KB&lt;/P&gt;</description>
      <pubDate>Tue, 04 Aug 2015 12:31:33 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/PowerShell-Toolkit-question-Get-NcVol/m-p/108106#M4445</guid>
      <dc:creator>JGPSHNTAP</dc:creator>
      <dc:date>2015-08-04T12:31:33Z</dc:date>
    </item>
    <item>
      <title>Re: PowerShell Toolkit question - Get-NcVol</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/PowerShell-Toolkit-question-Get-NcVol/m-p/108109#M4446</link>
      <description>&lt;P&gt;Ah, I see. That explains it, thank you.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Aug 2015 13:00:15 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/PowerShell-Toolkit-question-Get-NcVol/m-p/108109#M4446</guid>
      <dc:creator>borismekler</dc:creator>
      <dc:date>2015-08-04T13:00:15Z</dc:date>
    </item>
  </channel>
</rss>

