I need to get the manufacturer or at least the model of the hard disk installed on a remote Windows machine (running Windows XP; I'm on a Windows 7 machine). I know that I can use sysinfo.exe
to see that information, but unfortunately this is available only if I use the GUI.
If I call sysinfo.exe /s <hostname>
I get just a partial output of what is visible in the GUI version. And the online help doesn't show any command line switch for getting the advanced data.
Is there either a way to get that info using sysinfo.exe
or another tool or maybe a code snippet that would help me to achieve this?