Tuesday 19 February 2013

Dell Service tags from the command line

windows :
wmic csproduct get vendor,name,identifyingnumber
 wmic bios get serialnumber

linux :
/usr/sbin/dmidecode -s system-serial-number # As root

0 comments: