/build/static/layout/Breadcrumb_cap_w.png

How to get Model name to show up in devices

Hello,


I am new to Kace and trying to figure out how to view the name of the computer model in the inventory devices list.  What I see now is the model number "20L5000UUS", but I want to see the name "T480".


I am thinking I could run a script, but I am not sure where to start.  Can someone point me in the right direction?


Thanks,


Bill



0 Comments   [ + ] Show comments

Answers (4)

Answer Summary:
Thank you!
Posted by: SMal.tmcc 4 years ago
Red Belt
1

That's not Kace, that is the way the Lenovo bios identifies it's model number.  You would need to get Lenovo to change its bios or create a CIR to translate for you

Posted by: Channeler 4 years ago
Red Belt
1

That is how Lenovo named those devices, that information is coming from the BIOS and is being pulled using Windows WMIC queries.

Open CMD and type this: 

wmic baseboard get product,Manufacturer,version,serialnumber

Run this on a DELL or HP device, then on your Lenovo Device... mine shows this:

2019-06-26-17-03-48-C-Windows-system32-cmd-exe.png

Posted by: nagendrasingh 4 years ago
Black Belt
0

Top Answer

Try these lines


wmic csproduct get vendor, version


wmic csproduct get vendor, version, model


It should show something like this


Vendor  Version ModelLENOVO  ThinkPad T440 2236BG1  

Finally you can just try this line


wmic csproduct get
Posted by: Dirk Verhoogen 4 years ago
White Belt
0

you can also make a custom inventory rule

ShellCommandTextReturn(powershell (Get-WmiObject -Class:Win32_ComputerSystemProduct).Version)

 
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