If you need to found OEM product information in Windows, you can run this powershell command.
Such as serial number / product type / product type or Vendor.
1 |
gwmi win32_ComputerSystem | select OEMStringArray |
1 |
wmic csproduct list /format:list |
1 |
Get-WmiObject Win32_BIOS | Select-Object SerialNumber |