Get serial number and Model of computer from command line [wmic]

Command to get serial number: wmic bios get serialnumber
Command to get model: wmic csproduct get name
Command to get all BIOS information: wmic bios get /all /format:list
Command to get all computer system info: wmic csproduct get /all /format:list

Comments

Popular posts from this blog

HP NC375i adapter in Proliant DL580 G7 stops responding

[Batch file] - Output of a command to variable