Hard Drive Audit - Universal
Log In or Register to download the BES file, and more.

0 Votes

Versioning - This is the latest version.

1Hard Drive Audit - Universal6/20/2013 10:37:55 AM
2Hard Drive Audit - Universal6/20/2013 10:51:51 AM
3Hard Drive Audit - Universal9/16/2013 7:32:22 AM

Description

This Analysis ( http://bigfix.me/cdb/analysis/2994530 ) provides information about the hard drive. This Analysis is supplemented by OS Specific additions like "Hard Drive Audit - Windows" http://bigfix.me/cdb/Analysis/2994531 and "Hard Drive Audit - Apple" http://bigfix.me/cdb/Analysis/2994532

Property Details

ID2994572
StatusProduction - Fully Tested and Ready for Production
TitleHard Drive Audit - Universal
DomainBESC
Added by on 9/16/2013 7:32:22 AM
Last Modified by on 9/16/2013 7:32:22 AM
Counters 18399 Views / 233 Downloads
User Rating 1 star 2 star 3 star 4 star 5 star * Average over 2 ratings. ** Log In or Register to add your rating.

Properties

Spaces of Drives
Period 6 hours
 
  * Results in a true/false
Show indented relevance
(name of it & " - Size: " & ((total space of it /(1024*1024*1024)) as string & " GB") & ", Used:(" & (((total space of it - free space of it)*100/(total space of it)) as string) & "%25) " & (((total space of it - free space of it) /(1024*1024*1024)) as string & " GB") & ", Free:(" & (((free space of it)*100/(total space of it)) as string) & "%25) "& ((free space of it /(1024*1024*1024)) as string & " GB")) of drives whose(exists name of it AND exists free space of it AND exists type of it AND exists total space of it AND type of it = "DRIVE_FIXED" AND total space of it != 0 AND total space of it > 1024*1024*1024)
% free space of system drive
Period 6 hours
 
  * Results in a true/false
Show indented relevance
((free space of drive of system folder) * 100) / (total space of drive of system folder)
Used Space of System Drive
Period 6 hours
 
  * Results in a true/false
Show indented relevance
(if (0<(it / (1024*1024*1024*1024))) then (it / (1024*1024*1024*1024)) as string & " TB" else if (0<(it / (1024*1024*1024))) then (it / (1024*1024*1024)) as string & " GB" else if (0<(it / (1024*1024))) then (it / (1024*1024)) as string & " MB" else if (0<(it / (1024))) then (it / (1024)) as string & " KB" else (it as string & " B")) of ((total space of drive of system folder) - (free space of drive of system folder))
Free Space of System Drive
Period 6 hours
 
  * Results in a true/false
Show indented relevance
(if (0<(it / (1024*1024*1024*1024))) then (it / (1024*1024*1024*1024)) as string & " TB" else if (0<(it / (1024*1024*1024))) then (it / (1024*1024*1024)) as string & " GB" else if (0<(it / (1024*1024))) then (it / (1024*1024)) as string & " MB" else if (0<(it / (1024))) then (it / (1024)) as string & " KB" else (it as string & " B")) of (free space of drive of system folder)
% used space of system drive
Period 6 hours
 
  * Results in a true/false
Show indented relevance
(((total space of drive of system folder) - (free space of drive of system folder)) * 100) / (total space of drive of system folder)

Relevance

Used in 28 fixlets and 11 analyses   * Results in a true/false
Show indented relevance
version of client >= "8.0"

Sharing

Social Media:
Share this page on Yammer

Comments

Log In or Register to leave comments!
Devesh.Laljit -
Hi brilliant works perfectly , please can the Spaces of Drives be concatenated ? as it shows multiple results when server has more than 1 drive
jgstew -
ask for it on the forums and put @jgstew in it so I see it: https://forum.bigfix.com/
zulfattaah -
Hi jgstew, can help me for fixlet analysis all drive include total size of disk, used disk and free disk for windows and non-windows by using Gigabyte ?
jgstew -
This analysis makes use of this relevance: http://bigfix.me/relevance/details/2996915