2

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

Jim B
  • 24,081
  • 4
  • 36
  • 60

2 Answers2

2

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.

the-wabbit
  • 40,737
  • 13
  • 111
  • 174
0

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.

devicenull
  • 5,622
  • 1
  • 26
  • 31