Hi,
I have a system monitor that runs as a service on a file server, and I need to be able to check disk-space on specific drives on other servers in the domain and report if the space falls below a threshold. The servers can be of any type (SQL, file, CITRIX, etc, etc).
Anyone able to point me in the right direction?
Thanks
Paul
Loading
Javeed M ShaikhPosted Oct 5, 2011, 2:04 PM
using System;
using System.Management;
Please do not forget to mark "Accepted Answer".
paul walkerPosted Oct 6, 2011, 10:34 AM