2dS
Posts: 20
Joined: 30.Apr.2009
Status: offline
|
Behind this check there is a vbscript that is using WMI Win32_DiskDrive object, which is a representation of a physical disk drive as it is seen by Windows. From this Win32_DiskDrive object we are checking the value of Status item, which can be “OK”, “Degraded” or “Pred Fail” for an operational disk drive, or “OK”, "Error", "Starting", "Stopping", and "Service" for a nonoperational disk drive. More information about this can be found here.
|