This is a handy way to get the model of your computer from the command line. Should work on most systems: wmic csproduct get name This can be useful in a number of situations: Finding the model number on a remote computer where you can’t physically look for the model You don’t want to open […]
Articles Tagged: wmic
Getting the Serial Number from a Command-line
I’m a huge Lenovo fan, but they have recently adopted an irksome practice: they put the asset/SN tag under the battery. At least, this is the case with T- and X-series devices such as the T430s and X230. This can be problematic if you name your computers based on the serial number of the device. Sadly, I repeatedly […]