Hi,
Go to the systeminternals.com web site and dl the PSINFO tool.
You can build a bat file with a server name and args on this and it will
show the available disk space pipe this to a txt file ie psinfo \\server >
file_name.txt
Then, using your favorite language (I use Perl), to read the file and write
a new file (as desired with problem drives).
Then DL blat.exe and use it to mail the txt file (edited or the full) to
yourself.
Ed