Home

Awesome

Disk Space Reporting Script (Powershell & HTML)

This is a Powershell script to report on a list of server's disks space. Unlike most reports out there, this one only reports on those disks that are below the set thresholds. The HTML report is embedded in the body of the email so no one will have to open an ugly CSV file.

Highlights

Usage

All environmental variables are self-explanatory in the script. If you wish for the report to send even when a threshold hasn't been triggered, just change the following:

Currently: $i -gt 0 <br> Change to: $i -ge 0

Requirements

Computer Targets (Server or Desktop)

<br> <br> <br> <br> <br>
Special Thanks
<br> <br> <br> _Mike Carmody_ <br> _Thiyagu_