Disk Space Monitoring

disk-space-utilizationmonitoringwindows-server-2003

I have about 70 servers and I need to keep an eye on their disk space usage. I don't need the information to be real time. I was thinking of running a script daily or having a scheduled task run to collect the disk information and save it to a text file or something.

What would be the best way to do this?
How?

Best Answer

Have a look into WMI. You could write a script which uses WMI to monitor the disk space but there are also several programs which can do it.