Powershell script to monitor mount points in Windows and e-mail an alert

Simple script inspired by this blog post. This script will read a servers.txt file located in the same directory as the script, check each server listed (one per line, use the servers FQDN) for mount points, see how much free space is available, compare it to a minimum amount you set and then e-mail an … Read more