Use command wmic to get the serial number of your windows machines which may be a server, desktop, laptop etc. Hardware Serial Number or Service Tag is required for logging a case to the hardware support team in case of any problem with the hardware. Servers, Desktops, Laptops etc. are labelled with the Hardware Serial Number or Service Tag so that users can find it easily. You can also get these details through the command line also.
Windows Command to get Hardware Serial Number
- Open the command prompt and type the following command to get the hardware serial number or service tag of the hardware.
C:\>wmic bios get serialnumber SerialNumber SGHXXXYYYY
- You can also use the below command to get the hardware serial number or service tag along with the model number.
C:\>wmic csproduct get name, identifyingnumber IdentifyingNumber Name SGHXXXYYYY ProLiant BL460c G7
No Responses