<?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: cDot Quota report with PowerShell Toolkit in Microsoft Virtualization Discussions</title>
    <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/cDot-Quota-report-with-PowerShell-Toolkit/m-p/134658#M5486</link>
    <description>&lt;P&gt;&lt;FONT face="helvetica" size="2"&gt;It is working 'perfectly' OK &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="helvetica" size="2"&gt;There is a difference&amp;nbsp; in QuotaTarget and QuotaUsers - Target will show only users with user/group target rule applied. Everyone else who has applied Default Quota - will be listed as QuotaUser&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="helvetica" size="2"&gt;try this:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#f5f5f5" face="Lucida Console" size="1"&gt;&lt;FONT color="#0000ff"&gt;get-naquotareport |fl &lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000" face="helvetica" size="2"&gt;Powershell&amp;nbsp; returns properites of objects array in diffrent ways depending from formating &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000" face="helvetica" size="2"&gt;&amp;nbsp;so :&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Lucida Console" size="1"&gt;get-naquotareport |select Disklimit,diskused,QuotaUsers,quotatarget,Volume&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000" face="helvetica" size="2"&gt;should do what you want.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000" face="helvetica" size="2"&gt;if you get SID - that means account no longer exist in AD - but there are orphaned data &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 21 Sep 2017 14:28:19 GMT</pubDate>
    <dc:creator>michalburda</dc:creator>
    <dc:date>2017-09-21T14:28:19Z</dc:date>
    <item>
      <title>cDot Quota report with PowerShell Toolkit</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/cDot-Quota-report-with-PowerShell-Toolkit/m-p/130738#M5377</link>
      <description>&lt;P&gt;For some reason, quotas are not correctly reported within Powershell Toolkit:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For some enties, the target is reported for others it isn't&lt;/P&gt;&lt;P&gt;It first appeard to me as only entries for users with distinct quota limits are shown, but comparing them to the existing rules shows, that even this assumption is not correct.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I first thought that quota should be recalculated but on the clustershell, the quotas are reported correctly.&lt;/P&gt;&lt;P&gt;Therfore i assume, that there is a bug in the ps toolkit?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;QuotaType    QuotaTarget                    Volume           Qtree                DiskUsed        FilesUsed Vserver                                               
---------    -----------                    ------           -----                --------        --------- -------                                               
user         *                              cifs_XXXXXXX                                 0                0 XYZ                                              
user         domain\AA4668                  cifs_XXXXXXX                           3005840             6493 XYZ                                              
...
user                                        cifs_XXXXXXX                           1614752             5913 XYZ                                              
user                                        cifs_XXXXXXX                              4040               58 XYZ                                              
user                                        cifs_XXXXXXX                            449568              548 XYZ                                              
user                                        cifs_XXXXXXX                                 0                4 XYZ                                              
user         domain\rzmeg                   cifs_XXXXXXX                           1835568             6183 XYZ                                              
user                                        cifs_XXXXXXX                              7352              494 XYZ                                              
user                                        cifs_XXXXXXX                            325884            23916 XYZ                                              
user                                        cifs_XXXXXXX                            446356             2332 XYZ                                              
user                                        cifs_XXXXXXX                            261716             1906 XYZ                                              
user                                        cifs_XXXXXXX                            287848             1102 XYZ                                              
user         domain\rzhik                   cifs_XXXXXXX                            901280             3297 XYZ                                              
user                                        cifs_XXXXXXX                           1048288             2100 XYZ                                              
user                                        cifs_XXXXXXX                            956556             2405 XYZ                                              
user                                        cifs_XXXXXXX                             61280              324 XYZ                                              
user                                        cifs_XXXXXXX                            765044            17693 XYZ                                              
user                                        cifs_XXXXXXX                            891840             2295 XYZ                                              
user                                        cifs_XXXXXXX                            633352             1709 XYZ                                              
user                                        cifs_XXXXXXX                            217856              747 XYZ                                              
user                                        cifs_XXXXXXX                            630564             1538 XYZ                                              
user                                        cifs_XXXXXXX                            705992              646 XYZ  &lt;/PRE&gt;&lt;P&gt;..for the most of the "QuotaTarget" the field is just empty; on the clustershell, the quota report shows all target ids correctly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(PS Toolkit used: 4.3, OnTap: 8.3.2P9)&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 15:07:39 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/cDot-Quota-report-with-PowerShell-Toolkit/m-p/130738#M5377</guid>
      <dc:creator>MAMMANN</dc:creator>
      <dc:date>2025-06-04T15:07:39Z</dc:date>
    </item>
    <item>
      <title>Re: cDot Quota report with PowerShell Toolkit</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/cDot-Quota-report-with-PowerShell-Toolkit/m-p/134658#M5486</link>
      <description>&lt;P&gt;&lt;FONT face="helvetica" size="2"&gt;It is working 'perfectly' OK &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="helvetica" size="2"&gt;There is a difference&amp;nbsp; in QuotaTarget and QuotaUsers - Target will show only users with user/group target rule applied. Everyone else who has applied Default Quota - will be listed as QuotaUser&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="helvetica" size="2"&gt;try this:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#f5f5f5" face="Lucida Console" size="1"&gt;&lt;FONT color="#0000ff"&gt;get-naquotareport |fl &lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000" face="helvetica" size="2"&gt;Powershell&amp;nbsp; returns properites of objects array in diffrent ways depending from formating &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000" face="helvetica" size="2"&gt;&amp;nbsp;so :&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Lucida Console" size="1"&gt;get-naquotareport |select Disklimit,diskused,QuotaUsers,quotatarget,Volume&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000" face="helvetica" size="2"&gt;should do what you want.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000" face="helvetica" size="2"&gt;if you get SID - that means account no longer exist in AD - but there are orphaned data &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Sep 2017 14:28:19 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/cDot-Quota-report-with-PowerShell-Toolkit/m-p/134658#M5486</guid>
      <dc:creator>michalburda</dc:creator>
      <dc:date>2017-09-21T14:28:19Z</dc:date>
    </item>
  </channel>
</rss>

