PowerShell: Email me when Disk Space is running low on my Windows Servers (w/ SQL Server Integration)

Have you ever ran into a situation where your disk space on your Windows Server were running low and you had to constantly remote into the server to check the disk space? Now, imagine if you had to do this for 10-100 servers! holy crap.

With this PowerShell script you can get an email notification when your disk space is running low on your Windows Servers. Previously, I posted another powershell script that would also notify you via email ( http://microsoftgeek.com/?p=2772 )

This specific script integrates SQL Server to manage the data and to formal a nice looking email. see the example below of the data output:

Email Example

Here is the script below: