There is any hostmonitor test to check the users' disk quota in a w2k3 file server?
Thanks in advance.
hostmonitor disk quota check
-
- Posts: 2832
- Joined: Tue May 16, 2006 4:41 am
- Contact:
I think, you may use "WMI" test method with query, like the following:
"select * from Win32_DiskQuota". I would suggest you to start WMI explorer and play with foregoing query in order to get query you need.
You may find information about "WMI" test method here: http://www.ks-soft.net/hostmon.eng/mfra ... ts.htm#wmi
Information about Win32_DiskQuota class available here: http://msdn.microsoft.com/en-us/library ... S.85).aspx
Regards,
Max
P.S. Please, use "Problem and bugs" branch if you have some real problems. For the configuration purposes, please, use "Installation and configuration" branch.
"select * from Win32_DiskQuota". I would suggest you to start WMI explorer and play with foregoing query in order to get query you need.
You may find information about "WMI" test method here: http://www.ks-soft.net/hostmon.eng/mfra ... ts.htm#wmi
Information about Win32_DiskQuota class available here: http://msdn.microsoft.com/en-us/library ... S.85).aspx
Regards,
Max
P.S. Please, use "Problem and bugs" branch if you have some real problems. For the configuration purposes, please, use "Installation and configuration" branch.