Hello,
You can try creating a custom report sorted based on user quota limit as shown below :
[root@lnx184-41 ~]# dfm report view user_quota_soft_limit help
User_Quota_Solft_Limit Report (user_quota_soft_limit)
Catalog Name: UserQuota
Display Tab: FileSRM
Catalog Field Field Name Format
--------------------------------------------- --------------------------------------------- ---------
UserQuota.FilesSoftLimit User Quota Files Soft Limit
UserQuota.User User Quota User (A)
User.Email User Email
User.Name User Name
Default sort order is UserQuota.FilesSoftLimit.
[root@lnx184-41 ~]#
The report hence created can be scheduled to return output in csv or XL format.
Since the default sort order is "UserQuota.FilesSoftLimit" we can manually retrieve the top N results of the report.
I agree this may not be an optimal solution to what you are looking for.
Others in the fourms please correct me if i am wrong.
Thanks,
Akshay