Would be great to get the Free Disk space email banner to use GB, MB, or KB depending on the amount of space left. Defaulting to bytes doesn't immediately register space issues with the teams receiving the email notifications.
IF space <= 99Bytes THEN display as 0.99KB
IF space <= 99KB THEN display as 0.99MB
IF space <= 99MB THEN display as 0.99GB
IF space <= 99GB THEN display as 0.99TB
Something like that, just my first pre-coffee thought.