Link to home
Start Free TrialLog in
Avatar of Mark_Mckie
Mark_Mckie

asked on

Batch file to monitor server C Drive space

Hi guys does anyon know of any batch files that could be ran on the servers and and then report back to a batch file on my machine showing the space. any that are below a cerain % will show red, the rest will show green.

Thanks for help.
Avatar of Anuroopsundd
Anuroopsundd
Flag of India image

ASKER CERTIFIED SOLUTION
Avatar of als315
als315
Flag of Russian Federation image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Mark_Mckie
Mark_Mckie

ASKER

@Anuroopsundd

Do you know, how to edit this so i can specify the servers needed?
Sorry

Set SrvList = objFSO.OpenTextFile("Server_List.txt", ForReading)
Have found what i need from this site.