It would be nice if, for Lenovo machines, the model inventory key could get both of these:
Get-CimInstance -ClassName win32_ComputerSystem | Select -ExpandProperty Model
AND
Get-CimInstance -ClassName win32_ComputerSystemProduct | Select -ExpandProperty Version
The first gets the product number, and the second has the actual model. The model is useful for identifying the form factor real quick.
Edit: I’d really just like to see the actual model on the overview page for a device.