VB Script to check disk space and email results
By Burnsie • Nov 28th, 2007 • Category: Windows 2K3 ServerHere is a script I hacked together that checks disk space of your servers and emails it to an address. This can be scheduled using Windows Task Scheduler.
Requirements:
- CDONTS - http://kb.swsoft.com/en/560
- Needs to be run under administrative rights
‘ Sample code for monitoring windows disk space
‘
‘ This script reports the drive usage of all fixed [...]

