How can I view SMART data on hardrives either on individual machines or (prefered) across an enterprise under windows 7/2008 r2?

link|improve this question

80% accept rate
feedback

2 Answers

up vote 1 down vote accepted

There is only very limited WMI support for getting to SMART data.

Luckily, smartctl from smartmontools which you probably know best from Linux distributions, exists as a Windows port. Running it either as a part of a machine startup script, through some kind of inventory solution or on demand via RPC (e.g. with PsExec) and capturing / saving the output should get you there.

link|improve this answer
if you need a gui for it for some reason, take a look at gsmartctl – Journeyman Geek Dec 11 '11 at 0:06
feedback

You can use something like SpeedFan to grab the data from individual machines. I don't know of anything that can grab it globally though.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.