<?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 NetApp Powershell Toolkit Discrepancy Between PowerShell Window and CSV Export in Microsoft Virtualization Discussions</title>
    <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/NetApp-Powershell-Toolkit-Discrepancy-Between-PowerShell-Window-and-CSV-Export/m-p/119248#M4839</link>
    <description>&lt;P&gt;Good day all, I'm simply using get-ncaggr | export-csv &lt;EM&gt;path&lt;/EM&gt;&amp;nbsp;&amp;nbsp;to output my aggregate space. But, I've also noticed this discrepancy using get-ncvol | export-csv.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Problem, the console window output for my one of my root aggregates (as an example)&amp;nbsp;shows TotalSize as 753.2 GB. When using export-csv, the value for TotalSize is&amp;nbsp;808747343872, which is the same output value as the AggregateSize when using Get-NcAggrSpace -Name&amp;nbsp;&lt;EM&gt;aggr.&amp;nbsp;&lt;/EM&gt;So, it seems that TotalSize in the console window is different than TotalSize in the csv output, a completely different value, or they forget to carry the 1...???&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anyone know the formula being used to translate "AggregateSize" to "TotalSize"? What value is AggregateSize provided in? According to my math, it's somwhere in the realm of /1074000000 to get close to the number provided in the console window, this doesn't sound right to me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
    <pubDate>Wed, 04 Jun 2025 21:00:24 GMT</pubDate>
    <dc:creator>terryzolinski</dc:creator>
    <dc:date>2025-06-04T21:00:24Z</dc:date>
    <item>
      <title>NetApp Powershell Toolkit Discrepancy Between PowerShell Window and CSV Export</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/NetApp-Powershell-Toolkit-Discrepancy-Between-PowerShell-Window-and-CSV-Export/m-p/119248#M4839</link>
      <description>&lt;P&gt;Good day all, I'm simply using get-ncaggr | export-csv &lt;EM&gt;path&lt;/EM&gt;&amp;nbsp;&amp;nbsp;to output my aggregate space. But, I've also noticed this discrepancy using get-ncvol | export-csv.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Problem, the console window output for my one of my root aggregates (as an example)&amp;nbsp;shows TotalSize as 753.2 GB. When using export-csv, the value for TotalSize is&amp;nbsp;808747343872, which is the same output value as the AggregateSize when using Get-NcAggrSpace -Name&amp;nbsp;&lt;EM&gt;aggr.&amp;nbsp;&lt;/EM&gt;So, it seems that TotalSize in the console window is different than TotalSize in the csv output, a completely different value, or they forget to carry the 1...???&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anyone know the formula being used to translate "AggregateSize" to "TotalSize"? What value is AggregateSize provided in? According to my math, it's somwhere in the realm of /1074000000 to get close to the number provided in the console window, this doesn't sound right to me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 21:00:24 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/NetApp-Powershell-Toolkit-Discrepancy-Between-PowerShell-Window-and-CSV-Export/m-p/119248#M4839</guid>
      <dc:creator>terryzolinski</dc:creator>
      <dc:date>2025-06-04T21:00:24Z</dc:date>
    </item>
    <item>
      <title>Re: NetApp Powershell Toolkit Discrepancy Between PowerShell Window and CSV Export</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/NetApp-Powershell-Toolkit-Discrepancy-Between-PowerShell-Window-and-CSV-Export/m-p/119250#M4840</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The number in the CSV is in bytes, so you would divide by 1024 three times...e.g. "XXX / 1024 / 1024 / 1024", or&amp;nbsp;1073741824 (the number of bytes in a GiB)...to convert the value to&amp;nbsp;GiB. &amp;nbsp;The PowerShell Toolkit does this for you when it displays back the values to make them readable. &amp;nbsp;Using the PowerShell Toolkit you can convert the value to a more friendly number using the "ConvertTo-FormattedNumber" cmdlet.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;</description>
      <pubDate>Fri, 13 May 2016 01:17:39 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/NetApp-Powershell-Toolkit-Discrepancy-Between-PowerShell-Window-and-CSV-Export/m-p/119250#M4840</guid>
      <dc:creator>asulliva</dc:creator>
      <dc:date>2016-05-13T01:17:39Z</dc:date>
    </item>
    <item>
      <title>Re: NetApp Powershell Toolkit Discrepancy Between PowerShell Window and CSV Export</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/NetApp-Powershell-Toolkit-Discrepancy-Between-PowerShell-Window-and-CSV-Export/m-p/119263#M4842</link>
      <description>&lt;P&gt;I feel dumb at this point, thanks for fixing my life!!!&lt;/P&gt;</description>
      <pubDate>Fri, 13 May 2016 14:15:15 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/NetApp-Powershell-Toolkit-Discrepancy-Between-PowerShell-Window-and-CSV-Export/m-p/119263#M4842</guid>
      <dc:creator>terryzolinski</dc:creator>
      <dc:date>2016-05-13T14:15:15Z</dc:date>
    </item>
  </channel>
</rss>

