Hi,
Just wondering if anyone could help me with this.
I have list of 30 - 40 servers with their disk shares in a table i.e.
\server1\c$
\server1\d$
\server2\c$
I want to get the total disk space from each one and the free space and store it in a table.
I'm guessing total_disk_space and used_disk_space will work but will they return network drive information and can i use a net use command to do this?
Thanks