I'm trying to setup a summary view for our Service Desk that displays Disk Space remaining.
I know i can select Top XX disk space used (in %), but is there a way to display disk space remaining instead?
Andrew
You can create a report in reportwriter and use it in your view...
Also someone did a custom SQL report that does some cool stuff with diskspace...
It gets the Disk size, disk amount remaining and divide it by the average usage over the number of time units to give amount of time remaining left with the available diskspace.
This might be a starting point if you're into SQL
Perfect, that's exactly what I was looking for.
thanks!
Right that I actually try it, this doesn't work. I've added to a summary view, but it doesn't refresh to show real time stats.
not sure if I'm doing something wrong.