I want script that check free space of C drive in multiple computers via set list of IP's.. from text. file
I want the script for windows 7 environment.. and the script should check the free space of C drive, and if is less than 10gb, then it will show me that ip...
I tried with fsutil but this work just in local machine, and I have a lot computers.
Hope some can help me with that.
Create the following files:
computers.txt
You can specify computers name or their ips.
CheckDiskFree.vbs
To run script you must execute the following command:
cscript CheckDiskFree.vbs
The script will create FreeSpaceReport.csv with the results.