Hard Drive Audit - windows - superseded
| 0 Votes |
Versioning - This is an older version.
| 1 | Hard Drive Audit - Windows | 11/29/2012 10:26:19 AM |
| 2 | Hard Drive Audit - windows | 12/10/2012 1:21:27 PM |
| 3 | Hard Drive Audit - windows | 12/11/2012 7:40:03 AM |
| 4 | Hard Drive Audit - windows | 1/18/2013 11:02:12 AM |
| 5 | Hard Drive Audit - windows | 5/28/2013 10:41:22 AM |
| 6 | Hard Drive Audit - windows | 6/4/2013 11:24:20 AM |
| 7 | Hard Drive Audit - Windows | 6/28/2013 6:33:09 AM |
| 8 | Hard Drive Audit - Windows | 12/6/2013 8:22:24 AM |
| 9 | Hard Drive Audit - Windows | 8/8/2014 1:12:29 PM |
| 10 | Hard Drive Audit - Windows | 8/15/2014 12:30:58 PM |
Description
Property Details
| 67 | |
| Hard Drive Audit - windows | |
| BESC | |
| Drive Hard Audit PredictFailure Partitions | |
| jgstew on 12/11/2012 7:40:03 AM | |
| jgstew on 12/11/2012 7:40:03 AM | |
| 5965 Views / 1 Download | |
* Average over 0 ratings.
** Log In or Register to add your rating.
|
Properties
Total Used Space of System Drive
Period
6 hours
| * Results in a "string"/number |
(((total space of drive of system folder)/(1024 * 1024 * 1024)) - ((free space of drive of system folder)/(1024 * 1024 * 1024))) as string & " GB"
Total Free Space of System Drive
Period
6 hours
| * Results in a "string"/number |
((free space of drive of system folder)/(1024 * 1024 * 1024)) as string & " GB"
PredictFailure?
Period
1 day
| * Results in a "string"/number |
(string value of property "PredictFailure" of it & " - " & string value of property "InstanceName" of it) of select objects "* from MSStorageDriver_FailurePredictStatus" of wmi "root\WMI"
Partitions 4k aligned?
Period
1 day
| * Results in a "string"/number |
not disjunction of ((following text of first "=" of (property "StartingOffset" of it as string) as integer mod 4096) != 0) of select objects "* from Win32_DiskPartition" of wmi
Partition Block Size
Period
2 days
| * Results in a "string"/number |
concatenation "," of unique values of (following text of first "=" of (property "BlockSize" of it as string)) of select objects "* from Win32_DiskPartition" of wmi
Size of PageFile?
Period
1 day
| * Results in a "string"/number |
((size of file "c:\pagefile.sys")/(1024 * 1024)) as string
Size of HiberFil?
Period
1 day
| * Results in a "string"/number |
((size of file "c:\hiberfil.sys")/(1024 * 1024)) as string
Size of Dell folder?
Period
2 days
| * Results in a "string"/number |
if exists (folder "dell" of drive of system folder) then ((sum of sizes of descendants of folder "dell" of drive of system folder) / (1024 * 1024)) as string else "<none>"
Drive Firmware
Period
7 days
| * Results in a "string"/number |
if (exists wmi) then (concatenation "; " of ((string value of property "Model" of it, string value of property "FirmwareRevision" of it) of select objects "Model, FirmwareRevision from Win32_DiskDrive" of wmi as string)) else "n/a"
System Tag
Period
7 days
| * Results in a true/false |
if (exists string values of selects "IdentifyingNumber from Win32_ComputerSystemProduct" of wmi) then (string values of selects "IdentifyingNumber from Win32_ComputerSystemProduct" of wmi) else ("N/A")
Size of TEM dl cache
Period
1 day
| * Results in a true/false |
if exists (folder "dell" of drive of system folder) then ((sum of sizes of descendants of folder "__BESData\__Global\__Cache\Downloads" of parent folder of regapp "Besclient.exe") / (1024 * 1024)) as string & " mb" else "<none>"
% Free Space
Period
6 hours
| * Results in a true/false |
(free space of drive of system folder)*100/(total space of drive of system folder)
Hard Drive Serial Numbers
Period
7 days
| * Results in a true/false |
if (exists wmi) then (concatenation ", " of (((substrings after "=" whose(it as trimmed string != "") of (property "SerialNumber" of it as string)) of select objects "* from win32_PhysicalMedia where SerialNumber != ''" of wmi) as trimmed string)) else "n/a"
Size of Temp folder?
Period
1 day
| * Results in a true/false |
if exists (folder "temp" of drive of system folder) then ((sum of sizes of descendants of folder "temp" of drive of system folder) / (1024 * 1024)) as string else "<none>"
Relevance
Sharing
| Social Media: |
Comments
|
|
|
| I've updated it here: http://bigfix.me/cdb/analysis/2994520 | |
|
|
|
| Good catch. I did copy and paste the dell relevance and then modify it, but it seems I missed that. I'll correct that soon. | |
|
|
|
| The "Size of TEM dl cache" has an error in it. Believe it was copied from the Dell folder size above. It should check to see if the TEM dl cache folder exists rather than the dell folder. | |

