Tuesday, June 3, 2014

Find serial Number Windows 2003 & Linux RHEL


To find the serial number, open command prompt (cmd) and type the following command.

c:\>wmic bios get serialnumber

This will give you your machine’s serial number by pulling the information from BIOS

In Linux RHEL Type in #dmidecode | egrep -i "product name|serial number"

0 Comments: