Changes

Jump to: navigation, search
Irads moved page [[Application note - How to Retrieve product information from the OS]] to [[How to retrieve product information from within Windows / Linux]]
* This document explains how to retrieve product information (S/N, P/N, Board version etc..) from the operating system.
* It is applicable for both Linux and Windows operating systems.
 
== Windows ==
Open CMD and run the following commands:
1. Model Motherboard information: wmic csproduct baseboard get nameproduct,manufacturer,version,serialnumber
2. Product serial numberinformation: wmic bios csproduct get serialnumberDescription,Name,Vendor,Version
3. Motherboard informationBIOS Information: wmic baseboard bios get product,manufacturer,version,serialnumber wmic path win32_computersystemproduct get uuid wmic bios get smbiosbiosversion
Source - Sources:* https://support.microsoft.com/en-us/help/558124* https://blogs.technet.microsoft.com/askperf/2012/02/17/useful-wmic-queries/
== Linux ==
3. BIOS information:
$ cat /sys/class/dmi/id/bios_*
 
[[Category:fitlet2]]
[[Category:Airtop2]]
[[Category:software]]
[[Category:Application notes]]