We've got a number of ThinkPads in our environment. I've got a nice report built that tells us how many of each model are floating around out there... But it returns Lenovo's less-than-helpful model number. Is there some way to translate these model numbers into something more human-readable?
I'm not looking for an extra module or package or anything fancy like that... I figure it's probably possible to do something along the lines of...
if Computer.System.Model like "43142LU" then Model="T510"
But I'm not familiar enough with the Reporting system to know how to put something like that together.
Is such a thing possible? Can anyone provide any guidance? Point me in the right direction?
...also - is there any good documentation on the Reporting component out there?