/build/static/layout/Breadcrumb_cap_w.png

How do I create report for non Dell machine age

Kace SMA 1000 has options for Dell products but not much for Hp. Trying to get manufacturers date to replace old PCs.


0 Comments   [ + ] Show comments

Answers (3)

Posted by: brucegoose03 4 years ago
5th Degree Black Belt
1

What version are you on? I think in version 9.0 we added warranty support for HP and Lenovo

https://support.quest.com/kace-systems-management-appliance/kb/259176/how-to-configure-hp-and-lenovo-warranty


However, HP is currently having issues on their end with their HP Warranty API. 


Posted by: Nico_K 4 years ago
Red Belt
1

This feature is currently unavaiable because HP disabled the API to read out these informations from their database.
See here: https://support.quest.com/kb/282650

Find a way how to read out the info (over the web page or similar) and create a custom inventory rule.


Posted by: gwir 4 years ago
Second Degree Brown Belt
1

the fourth character of the serial number is manufacturing year (modulo 10) and the 5th and 6th the week in this year.

You can create a repport with something like :


SELECT  distinct NAME
,SUBSTRING(BIOS_SERIAL_NUMBER,4,1)+2010
FROM
MACHINE
Where CS_MANUFACTURER = 'Hewlett-Packard'
 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ