<?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: Need to get efficiency details and autogrow details using powershell in cluster mode NetApp in Microsoft Virtualization Discussions</title>
    <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Need-to-get-efficiency-details-and-autogrow-details-using-powershell-in-cluster/m-p/122392#M4994</link>
    <description>&lt;P&gt;Have you tried using the Convertto-Csv and/or Export-Csv cmdlets to get the data into something Excel can use?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Get-NcSis | Export-Csv .\temp.csv -NoTypeInformation &lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;</description>
    <pubDate>Wed, 17 Aug 2016 13:21:54 GMT</pubDate>
    <dc:creator>asulliva</dc:creator>
    <dc:date>2016-08-17T13:21:54Z</dc:date>
    <item>
      <title>Need to get efficiency details and autogrow details using powershell in cluster mode NetApp</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Need-to-get-efficiency-details-and-autogrow-details-using-powershell-in-cluster/m-p/122286#M4991</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Need to get details of efficiency and autogrow features using powershell from multiple controller &amp;nbsp;in excel sheet&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;sample output from cluster mode NetApp&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Vserver Volume State Status Progress Policy&lt;BR /&gt;---------- ---------------- -------- ------------ ------------------&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;test test_root Enabled Idle Idle for 00:56:05 -&lt;BR /&gt;test2 test2_root Enabled Idle Idle for 00:56:05 -&lt;BR /&gt;test3 test3_root Enabled Idle Idle for 00:56:04 -&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 19:32:14 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Need-to-get-efficiency-details-and-autogrow-details-using-powershell-in-cluster/m-p/122286#M4991</guid>
      <dc:creator>ARB</dc:creator>
      <dc:date>2025-06-04T19:32:14Z</dc:date>
    </item>
    <item>
      <title>Re: Need to get efficiency details and autogrow details using powershell in cluster mode NetApp</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Need-to-get-efficiency-details-and-autogrow-details-using-powershell-in-cluster/m-p/122289#M4992</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.netapp.com/t5/user/viewprofilepage/user-id/51508"&gt;@ARB﻿&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you be more specific about what you're looking for in the output? &amp;nbsp;What you've provided appears to be a truncated version of the output from "Get-NcSis" (maybe from a 7-mode system?).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;</description>
      <pubDate>Sat, 13 Aug 2016 20:47:58 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Need-to-get-efficiency-details-and-autogrow-details-using-powershell-in-cluster/m-p/122289#M4992</guid>
      <dc:creator>asulliva</dc:creator>
      <dc:date>2016-08-13T20:47:58Z</dc:date>
    </item>
    <item>
      <title>Re: Need to get efficiency details and autogrow details using powershell in cluster mode NetApp</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Need-to-get-efficiency-details-and-autogrow-details-using-powershell-in-cluster/m-p/122374#M4993</link>
      <description>&lt;P&gt;Hello Asuvilla,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have figured that out by checking one of your post.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;current requirement is to pull all the output through powershell and generate an excel sheet and put those records in the same format without &amp;nbsp;any manual intervention.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ex:&lt;/P&gt;&lt;P&gt;suppose we have 15-20 fields which we are pulling and sending it to excel even if I use autosize and other format table commands it gives me an output which needs to have manual intervention in excel to do 'text to column" since I use "out-file &amp;lt;excel_file.xls&amp;gt; location.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;with the above approach if there are more records using "text to column" doesn't segregate the details properly&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hence please suggest if the records can be pushed into excel without any manual intervention in the same format as it shows in the pwershell console.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;NOTE: If the records are less, then "text to columns" works fine but when we have more records and try to do it using "space" as seperator then it fails&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;nccontroller &amp;nbsp;vserver vol_name auto_grow_status &amp;nbsp;auto_grow_size&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Aug 2016 03:56:38 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Need-to-get-efficiency-details-and-autogrow-details-using-powershell-in-cluster/m-p/122374#M4993</guid>
      <dc:creator>ARB</dc:creator>
      <dc:date>2016-08-17T03:56:38Z</dc:date>
    </item>
    <item>
      <title>Re: Need to get efficiency details and autogrow details using powershell in cluster mode NetApp</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Need-to-get-efficiency-details-and-autogrow-details-using-powershell-in-cluster/m-p/122392#M4994</link>
      <description>&lt;P&gt;Have you tried using the Convertto-Csv and/or Export-Csv cmdlets to get the data into something Excel can use?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Get-NcSis | Export-Csv .\temp.csv -NoTypeInformation &lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;</description>
      <pubDate>Wed, 17 Aug 2016 13:21:54 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Need-to-get-efficiency-details-and-autogrow-details-using-powershell-in-cluster/m-p/122392#M4994</guid>
      <dc:creator>asulliva</dc:creator>
      <dc:date>2016-08-17T13:21:54Z</dc:date>
    </item>
    <item>
      <title>Re: Need to get efficiency details and autogrow details using powershell in cluster mode NetApp</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Need-to-get-efficiency-details-and-autogrow-details-using-powershell-in-cluster/m-p/122401#M4995</link>
      <description>Yes . but using CSV format the output doesnt come as it shows in power shell . rather it shows the output in some weird alphanumeric values.&lt;BR /&gt;&lt;BR /&gt;Moreover is there a way to convert the CSV exactly same output into an excel</description>
      <pubDate>Wed, 17 Aug 2016 18:21:10 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Need-to-get-efficiency-details-and-autogrow-details-using-powershell-in-cluster/m-p/122401#M4995</guid>
      <dc:creator>ARB</dc:creator>
      <dc:date>2016-08-17T18:21:10Z</dc:date>
    </item>
    <item>
      <title>Re: Need to get efficiency details and autogrow details using powershell in cluster mode NetApp</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Need-to-get-efficiency-details-and-autogrow-details-using-powershell-in-cluster/m-p/122407#M4996</link>
      <description>&lt;P&gt;This is because it outputs the entire object instead of just the fields which are displayed. &amp;nbsp;You can force that behavior by piping to Select-Object...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Get-NcSis | Select-Object Path,State,Status,ScheduleOrPolicy,Progress | ConvertTo-Csv -NoTypeInformation&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm not sure what you mean by your latter statement: "&lt;SPAN&gt;is there a way to convert the CSV exactly same output into an excel." &amp;nbsp;Excel&amp;nbsp;should handle the CSV and import the columns/rows into cells as expected.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;</description>
      <pubDate>Wed, 17 Aug 2016 20:47:07 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Need-to-get-efficiency-details-and-autogrow-details-using-powershell-in-cluster/m-p/122407#M4996</guid>
      <dc:creator>asulliva</dc:creator>
      <dc:date>2016-08-17T20:47:07Z</dc:date>
    </item>
    <item>
      <title>Re: Need to get efficiency details and autogrow details using powershell in cluster mode NetApp</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Need-to-get-efficiency-details-and-autogrow-details-using-powershell-in-cluster/m-p/122474#M5001</link>
      <description>&lt;P&gt;Hello Asulliva,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tried the convert-csv but doesn't yield the desired output. CSV format converts the output and same output is being imported in excel. Please see the details below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;NcController&lt;/TD&gt;&lt;TD&gt;Vserver&lt;/TD&gt;&lt;TD&gt;Name&lt;/TD&gt;&lt;TD&gt;Auto_grow_status&lt;/TD&gt;&lt;TD&gt;Max_Size(MB)&lt;/TD&gt;&lt;TD&gt;Inc_Size(MB)&lt;/TD&gt;&lt;TD&gt;Mode&lt;/TD&gt;&lt;TD&gt;Auto_Grow_Thres_Perc&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;------------&lt;/TD&gt;&lt;TD&gt;-------&lt;/TD&gt;&lt;TD&gt;----&lt;/TD&gt;&lt;TD&gt;----------------&lt;/TD&gt;&lt;TD&gt;------------&lt;/TD&gt;&lt;TD&gt;------------&lt;/TD&gt;&lt;TD&gt;----&lt;/TD&gt;&lt;TD&gt;--------------------&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;CM_Rem&lt;/TD&gt;&lt;TD&gt;test&lt;/TD&gt;&lt;TD&gt;test_root&lt;/TD&gt;&lt;TD&gt;FALSE&lt;/TD&gt;&lt;TD&gt;24&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;off&lt;/TD&gt;&lt;TD&gt;85&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;CM_Rem&lt;/TD&gt;&lt;TD&gt;test2&lt;/TD&gt;&lt;TD&gt;test2_root&lt;/TD&gt;&lt;TD&gt;FALSE&lt;/TD&gt;&lt;TD&gt;24&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;off&lt;/TD&gt;&lt;TD&gt;85&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;CM_Rem&lt;/TD&gt;&lt;TD&gt;test3&lt;/TD&gt;&lt;TD&gt;test3_root&lt;/TD&gt;&lt;TD&gt;FALSE&lt;/TD&gt;&lt;TD&gt;24&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;off&lt;/TD&gt;&lt;TD&gt;85&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;where as in convert-csv it shows the details as follows&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"ClassId2e4f51ef21dd47e99d3c952918aff9cd","pageHeaderEntry","pageFooterEntry","autosizeInfo","shapeInfo","groupingEntry"&lt;BR /&gt;"033ecb2bc07a4d43b5ef94ed5a35d280",,,"Microsoft.PowerShell.Commands.Internal.Format.AutosizeInfo","Microsoft.PowerShell.Commands.Internal.Format.TableHeaderInfo",&lt;BR /&gt;"9e210fe47d09416682b841769c78b8a3",,,,,&lt;BR /&gt;"27c87ef9bbda4f709f6b4002fa4af63c",,,,,&lt;BR /&gt;"27c87ef9bbda4f709f6b4002fa4af63c",,,,,&lt;BR /&gt;"27c87ef9bbda4f709f6b4002fa4af63c",,,,,&lt;BR /&gt;"4ec4f0187cb04f4cb6973460dfe252df",,,,,&lt;BR /&gt;"cf522b78d86c486691226b40aa69e95c",,,,,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I try to import the details in excel it comes in the same format which is pasted below&lt;/P&gt;</description>
      <pubDate>Sat, 20 Aug 2016 19:25:34 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Need-to-get-efficiency-details-and-autogrow-details-using-powershell-in-cluster/m-p/122474#M5001</guid>
      <dc:creator>ARB</dc:creator>
      <dc:date>2016-08-20T19:25:34Z</dc:date>
    </item>
  </channel>
</rss>

