Windows Server 2003
1833512 Members
2726 Online
110061 Solutions
New Discussion

Re: WMI and Compaq Firmware

 
Darren Herhold
New Member

WMI and Compaq Firmware

Sorry if this has been asked, but is there a way to get WMI scripts to enumerate data regarding Compaq firmware? Does Compaq have a tool that will work in command line? I need to create a script that will capture this information for 100+ remote servers.

Thanks!
darren_herhold@yahoo.com
2 REPLIES 2
Terri Harris
Honored Contributor

Re: WMI and Compaq Firmware

What kind of servers (model names)?
What OS?
Darren Herhold
New Member

Re: WMI and Compaq Firmware

Actually I found the data that I was looking for with a little help from a co-worker. It lets WMI give me the Compaq firmware date for all the plug-in-play drivers on a Compaq server. Use a wmi to the following:

Select * from Win32_PnPSignedDriver

Hopefully the next guy/gal who has this problem will find this post.