Microsoft Windows HP Laptop Part Number aka System SKU found using powershell wmic msinfo32
by Mountain Computers Inc., Publication Date: Friday, May 13, 2022
View Count: 3364, Keywords: Microsoft, Windows, HP, System SKU, Part Number, PowerShell, WMIC, MSInfo32, Hashtags: #Microsoft #Windows #HP #SystemSKU #PartNumber #PowerShell #WMIC #MSInfo32
After going to HP support website for driver downloads, the serial number sent me to the part number as well lookup, so how do you find it?
Well, the Microsoft Windows utility msinfo32 showed me the part number aka System SKU. Well, that's funny, then there must be a call for it, so I dug in and there it was. I knew about wmic yet not powershell gwmi.
here you go.. it works.
cmd prompt
> wmic bios get serialnumber
the result would be some CN1232143 etc
cmd powershell
>GWMI -Namespace root\wmi -Class MS_SystemInformation | Select SystemSKU
the result was a system sku, so you have to drop the part of the SKU after the hashtag #. for example: P7234AC#ABA would be P7234AC
more to come...
if you found this article helpful, consider contributing $10, 20 an Andrew Jackson or so..to the author. more authors coming soon
FYI we use paypal or patreon, patreon has 3x the transaction fees, so we don't, not yet.
© 2024 myBlog™ v1.1 All rights reserved. We count views as reads, so let's not over think it.