myITforum.com Community Forum myITforum.com Community Forum

Home  Forums  Blogs  Live Support chat  Search Articles  Wiki  FAQ  Email Lists  Register  Login  My Profile  Inbox  Address Book  My Subscription  My Forums 

Photo Gallery  Member List  Search  Calendars  FAQ  Ticket List  Log Out

All Forums RSS Feed Subscription:


  


Does anyone know where IBM/Lenovo Model Name values are stored?

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
  Printable Version
All Forums >> [Management Products] >> System Center Products >> System Center Configuration Manager >> Does anyone know where IBM/Lenovo Model Name values are stored? Page: [1]
Login
Message << Older Topic   Newer Topic >>
Does anyone know where IBM/Lenovo Model Name values are... - 9/23/2008 11:15:03 AM   
Winston Smith

 

Posts: 53
Score: 0
Joined: 12/18/2007
Status: offline
I'm pulling the following into a hardware report...

v_GS_COMPUTER_SYSTEM.Manufacturer0 AS 'Make',
v_GS_COMPUTER_SYSTEM.Model0 AS 'Model'

HP machines report fine, but for my IBM & Lenovo machines the field is populated with numbers instead of the Model Name (i.e. values like '8190KG3' and '23732VG' instead of more meaningful 'T42' or 'T40'). I've hunted around and Google'd, but I can't find it anywhere.
Post #: 1
RE: Does anyone know where IBM/Lenovo Model Name values... - 9/23/2008 11:26:57 AM   
khoyle

 

Posts: 7
Score: 0
Joined: 9/19/2008
Status: offline
There not  :(

IBM/Lenovo use the model numbers 814334G etc they dont have meaningful names such as T42 :(

Ive had to extend the MOF file to allow it to pull back battery information, this way i can shove off anything thats a laptop, and can sort the model numbers a bit easier than  HOOGE list of them.


< Message edited by khoyle -- 9/23/2008 11:28:00 AM >

(in reply to Winston Smith)
Post #: 2
RE: Does anyone know where IBM/Lenovo Model Name values... - 9/23/2008 11:29:51 AM   
Winston Smith

 

Posts: 53
Score: 0
Joined: 12/18/2007
Status: offline
Bummer.

(in reply to khoyle)
Post #: 3
RE: Does anyone know where IBM/Lenovo Model Name values... - 9/23/2008 1:33:22 PM  1 votes
skissinger


Posts: 2114
Score: 134
Joined: 9/13/2001
From: Sherry Kissinger
Status: offline
From the battery recall days; but you should be able to use it as a template for your own report of Lenovo model types.

_____________________________

mofmaster@smsexpert.com (version 2007) | http://www.smsexpert.com | http://www.sccmexpert.com
My Blog
Microsoft MVP - ConfigMgr

(in reply to Winston Smith)
Post #: 4
RE: Does anyone know where IBM/Lenovo Model Name values... - 9/23/2008 2:40:15 PM   
jnelson993


Posts: 899
Score: 127
Joined: 2/18/2005
From: Minneapolis, MN
Status: offline
I thought that stuff was in the v_GS_Computer_System_Product view

SELECT DISTINCT
  Name0,
  Vendor0,
  Version0
FROM  
  v_GS_COMPUTER_SYSTEM_PRODUCT
WHERE  Version0 LIKE 'Think%'
ORDER BY Version0, Vendor0, Name0



_____________________________

Number2 (John Nelson)
MyITForum - Blog
MyITForum - Forum Posts

(in reply to skissinger)
Post #: 5
RE: Does anyone know where IBM/Lenovo Model Name values... - 9/23/2008 3:19:58 PM   
mseely

 

Posts: 40
Score: 1
Joined: 5/4/2008
Status: offline
The one thing about IBM/Lenovo's Model Number is that each Model number is more directly tied (has a 1:1 relationship (?) ) to how the system was configured when it came out of the shop, while with the 'friendly' Model Names, 1 name can correspond to a multitude of sub-models/Configurations.

All 8190KG3 are the same model/configuration, while a 8190KG4 is similar model but configured slightly differently.

8910KG3 has a faster processor, faster FSB, smaller HDD, different graphics card, than the 8910KG4  - but both are based on the 8910E1U



_____________________________

Mark

(in reply to skissinger)
Post #: 6
RE: Does anyone know where IBM/Lenovo Model Name values... - 9/23/2008 3:28:37 PM   
Winston Smith

 

Posts: 53
Score: 0
Joined: 12/18/2007
Status: offline

quote:

ORIGINAL: skissinger

From the battery recall days; but you should be able to use it as a template for your own report of Lenovo model types.


That's perfect! Many thanks.

(in reply to skissinger)
Post #: 7
RE: Does anyone know where IBM/Lenovo Model Name values... - 9/23/2008 5:05:26 PM   
jnelson993


Posts: 899
Score: 127
Joined: 2/18/2005
From: Minneapolis, MN
Status: offline
Isn't the computer system product view doing it for you?  I see all kinds of IBM's and Lenovo's when I run this
SELECT
count(distinct resourceID) as [Count],
Name0,
Vendor0,
Version0
FROM 
v_GS_COMPUTER_SYSTEM_PRODUCT
WHERE  Version0 LIKE 'ThinkPad%'
GROUP BY
  Name0,
  Vendor0,
  Version0
ORDER BY Version0, Vendor0, Name0



_____________________________

Number2 (John Nelson)
MyITForum - Blog
MyITForum - Forum Posts

(in reply to Winston Smith)
Post #: 8
RE: Does anyone know where IBM/Lenovo Model Name values... - 9/23/2008 5:32:15 PM   
skissinger


Posts: 2114
Score: 134
Joined: 9/13/2001
From: Sherry Kissinger
Status: offline
If you happen to have that on in SMS_DEF.mof.  It's not enabled by default.  If you want that one on so John's report works for you, edit (on your primary site servers) inboxes\clifiles.src\hinv, the sms_def.mof file.  Find "Computer System Product" in there, and change it from FALSE to TRUE for at the top of the section, and probably all of the individual items.  Although you could skip Caption (leave it false).  Not much in there. (so TRUE on Description, IdentifyingNumber, Name, SKUNumber, UUID, Vendor, Version)

_____________________________

mofmaster@smsexpert.com (version 2007) | http://www.smsexpert.com | http://www.sccmexpert.com
My Blog
Microsoft MVP - ConfigMgr

(in reply to jnelson993)
Post #: 9
Page:   [1]
All Forums >> [Management Products] >> System Center Products >> System Center Configuration Manager >> Does anyone know where IBM/Lenovo Model Name values are stored? Page: [1]
Jump to:





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts



  
Forum Software © ASPPlayground.NET Advanced Edition 2.4.5 ANSI

0.297