<?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 Get-nadiskowner - feature request in Microsoft Virtualization Discussions</title>
    <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Get-nadiskowner-feature-request/m-p/22719#M1053</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unless Im missing something, (totally possible)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can get-nadiskowner where disks are unowned, the value is null, which is true, b/c there is no owner, but can it be similiar to the cli where it states "not owned"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Jun 2025 05:31:58 GMT</pubDate>
    <dc:creator>JGPSHNTAP</dc:creator>
    <dc:date>2025-06-05T05:31:58Z</dc:date>
    <item>
      <title>Get-nadiskowner - feature request</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Get-nadiskowner-feature-request/m-p/22719#M1053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unless Im missing something, (totally possible)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can get-nadiskowner where disks are unowned, the value is null, which is true, b/c there is no owner, but can it be similiar to the cli where it states "not owned"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 05:31:58 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Get-nadiskowner-feature-request/m-p/22719#M1053</guid>
      <dc:creator>JGPSHNTAP</dc:creator>
      <dc:date>2025-06-05T05:31:58Z</dc:date>
    </item>
    <item>
      <title>Re: Get-nadiskowner - feature request</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Get-nadiskowner-feature-request/m-p/22723#M1054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The way i've gotten around this so far was the following&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$a = get-nadiskowner | group owner&lt;/P&gt;&lt;P&gt;$globalarray = @()&lt;/P&gt;&lt;P&gt;$a | % {&lt;/P&gt;&lt;P&gt; $custom = new-object psobject&lt;/P&gt;&lt;P&gt; if ($_.name -eq "") { $var = "unowned"} else { $var = $_.name}&lt;/P&gt;&lt;P&gt;add-member -inputobject $custom -membertype noteproperty -name "Filer" -value $var&lt;/P&gt;&lt;P&gt; add-member -inputobject $custom -membertype noteproperty -name "# of Drives" -value $_.count&lt;/P&gt;&lt;P&gt;$globalarray += $custom&lt;/P&gt;&lt;P&gt; }&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$global | ft -autosize&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Filer&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; # of Drives&lt;/P&gt;&lt;P&gt;-----&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -----------&lt;/P&gt;&lt;P&gt;filera&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 76&lt;/P&gt;&lt;P&gt;filerb&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 83&lt;/P&gt;&lt;P&gt;unowned&amp;nbsp;&amp;nbsp;&amp;nbsp; 24&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jul 2014 13:20:16 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Get-nadiskowner-feature-request/m-p/22723#M1054</guid>
      <dc:creator>JGPSHNTAP</dc:creator>
      <dc:date>2014-07-24T13:20:16Z</dc:date>
    </item>
  </channel>
</rss>

