Total disk space of all drives

(imported topic written by Marty23)

Is there way with in BES web reports of even DSS to get a total of all the drive space on a system? Ant of the reports i create break the total out for each partition and even at that when i export the report, it only exports the C: drive.

(imported comment written by JackCoates91)

sum of (total spaces of drives whose (type of it = “DRIVE_FIXED”))

Can this be converted to GB? Sorry still new to this and this is exactly what I need but I need it in GB :slight_smile: THx

sum of (total spaces of drives whose (type of it = “DRIVE_FIXED”)) /1024/1024/1024