I'm need to scan various remote servers for the available drive space of all
drives on a each server.
Executing the script from my machine I'm able to capture the drive info for
remote servers if I pass the script a list of server names and drive letters
i.e. \\servername\c$
But, given the number of servers I have to scan and not knowing what drives
are used on each server I'd prefer to simply use a list of server names and
dynamically determine which drives are used on that server and subsequently
capture the available drive space for each.
As far as I can tell the fso.Drives collection is only relevant to the local
machine. Is there a way to collect the available drive info on a remote
server - in vbs or otherwise??
Thanks in advance.
KC