I need to be able to find, for all users on a given remote machine, those users disk quotas and actual disk usage. I need to be able to do this reporting in a C# application. (Well, technically a DLL plugin for an app I ve already built; but that s irrelevant here.)
- The remote machine is not on the same network, however, the application executing the app is able to supply the credentials.
- WMI is perfectly acceptable; I just cannot find (after looking for over 3 hours now) the exact incantation needed. (I m also not a WMI pro; if you post a WMI solution, please frame it in the requisite C#/.NET
System.Management.*
objects.)