I need to create a report that exhibits server name, ip address, total physical disk space and total physical used disk space. What approach would be be best in order to accomplish this?
Announcement
Collapse
No announcement yet.
Used Disk Space Report
Collapse
X
-
Re: Used Disk Space Report
You might be able to get more disk space information from Hyena's WMI functions; there are a lot of WMI classes involving disk space. Hyena's drive space functions are limited to what Windows returns, which is just what you see now.Kevin Stanush
SystemTools Software Inc.
Comment
-
Re: Used Disk Space Report
There are a couple of ways, but here is one:
(You need to have the Enterprise Edition or evaluation version for this to work)
Expand any computer, then right click on the main WMI object, select Execute Query...
Then, click New and provide a name of the query and the class name. Since you know the class name, just type it in. After clicking OK, add the fields that you want. The other defaults should be fine. You can then run this query on any computer, or multiple computers through the right window.Kevin Stanush
SystemTools Software Inc.
Comment
Comment