<?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: storage inventory in Microsoft Virtualization Discussions</title>
    <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/storage-inventory/m-p/122685#M5020</link>
    <description>&lt;P&gt;You can try the below piece of script (Customize the values according to your needs)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;FONT color="#339966"&gt;# Get the nodes&lt;/FONT&gt; 
$nodes = (Get-NcNode).Node

&lt;FONT color="#339966"&gt;# Clear the contents of CSV Files&lt;/FONT&gt;
If(Test-Path C:\node.csv) {Clear-Content C:\node.csv}
If(Test-Path C:\shelf.csv) {Clear-Content C:\shelf.csv}

&lt;FONT color="#339966"&gt;# Get the Node info in a CSV file&lt;/FONT&gt;
(Get-NcNode) | Select-Object Node, NodeModel, NodeSerialNumber, NodeSystemId, ProductVersion | Export-Csv C:\node.csv

&lt;FONT color="#339966"&gt;# Get the shelf info for all the nodes in a CSV file&lt;/FONT&gt;
for ($i=0; $i -lt (Get-NcNode).count; $i++)
{
    Get-NcShelf -NodeName $nodes[$i] | Select-Object NcController, NodeName, ShelfId, ShelfName, ShelfState, ShelfType, ShelfBayCount | Export-Csv C:\shelf.csv -Append  
}&lt;/PRE&gt;</description>
    <pubDate>Mon, 29 Aug 2016 08:44:12 GMT</pubDate>
    <dc:creator>Shashanka</dc:creator>
    <dc:date>2016-08-29T08:44:12Z</dc:date>
    <item>
      <title>storage inventory</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/storage-inventory/m-p/122618#M5017</link>
      <description>&lt;P&gt;what is the best way to write a script for 7 mode and cdot &amp;nbsp;in powershell for collecting the netapp inventory details like.. version,hardware model,storage shelf model,serial number and format into a excel file ....&lt;/P&gt;&lt;P&gt;any help will be much appreciated... Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 19:21:11 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/storage-inventory/m-p/122618#M5017</guid>
      <dc:creator>naveens17</dc:creator>
      <dc:date>2025-06-04T19:21:11Z</dc:date>
    </item>
    <item>
      <title>Re: storage inventory</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/storage-inventory/m-p/122658#M5018</link>
      <description>See if you have access to this link with your NetApp account. It's an installation for NetAppDocs which will provide you everything you are looking for (and more) in either Word or Excel format. &lt;A href="http://mysupport.netapp.com/tools/info/ECMP12505953I.html?productID=62107" target="_blank"&gt;http://mysupport.netapp.com/tools/info/ECMP12505953I.html?productID=62107&lt;/A&gt;</description>
      <pubDate>Fri, 26 Aug 2016 19:16:20 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/storage-inventory/m-p/122658#M5018</guid>
      <dc:creator>billyd</dc:creator>
      <dc:date>2016-08-26T19:16:20Z</dc:date>
    </item>
    <item>
      <title>Re: storage inventory</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/storage-inventory/m-p/122685#M5020</link>
      <description>&lt;P&gt;You can try the below piece of script (Customize the values according to your needs)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;FONT color="#339966"&gt;# Get the nodes&lt;/FONT&gt; 
$nodes = (Get-NcNode).Node

&lt;FONT color="#339966"&gt;# Clear the contents of CSV Files&lt;/FONT&gt;
If(Test-Path C:\node.csv) {Clear-Content C:\node.csv}
If(Test-Path C:\shelf.csv) {Clear-Content C:\shelf.csv}

&lt;FONT color="#339966"&gt;# Get the Node info in a CSV file&lt;/FONT&gt;
(Get-NcNode) | Select-Object Node, NodeModel, NodeSerialNumber, NodeSystemId, ProductVersion | Export-Csv C:\node.csv

&lt;FONT color="#339966"&gt;# Get the shelf info for all the nodes in a CSV file&lt;/FONT&gt;
for ($i=0; $i -lt (Get-NcNode).count; $i++)
{
    Get-NcShelf -NodeName $nodes[$i] | Select-Object NcController, NodeName, ShelfId, ShelfName, ShelfState, ShelfType, ShelfBayCount | Export-Csv C:\shelf.csv -Append  
}&lt;/PRE&gt;</description>
      <pubDate>Mon, 29 Aug 2016 08:44:12 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/storage-inventory/m-p/122685#M5020</guid>
      <dc:creator>Shashanka</dc:creator>
      <dc:date>2016-08-29T08:44:12Z</dc:date>
    </item>
  </channel>
</rss>

