Find Laptop’s Model & Serial Number
To find the laptop’s model number:
Open Windows Powershell and use the following command:
C:\> wmic csproduct get Name
To find the laptop’s serial number:
Open Windows Powershell and use the following command
C:\> wmic csproduct get IdentifyingNumber
To get the complete information about the laptop, including the vendor, model, serial number and UUID:
Open Windows Powershell and use the following command
C:\> wmic csproduct ---