ProLiant Servers - Netservers
1752497 Members
5661 Online
108788 Solutions
New Discussion

Re: Wmi is not picking up model of HP Proliant server

 
sreevidya_1
Occasional Contributor

Wmi is not picking up model of HP Proliant server

Wmi is Not picking up model of HP Proliant server. Is this WMi Limitation? or some other problem.

"Win32_ComputerSystem" class is showing value for the model of HP Proliant.

Appreciate immediate response.

Thanks in advance,
sri
1 REPLY 1
Ben J
New Member

Re: Wmi is not picking up model of HP Proliant server

Try this in a batch file:

call wmic computersystem get OEMStringArray
call wmic computersystem get OEMStringArray >>"c:\HP_Warranty_Info.txt"
call wmic bios get serialnumber >>"c:\HP_Warranty_Info.txt"
start c:\HP_Warranty_Info.txt


Regards,

Ben