Get Dell Service Tag from the command line
Get your Dell Service Tag from the command line
Windows:
From a command prompt, type:
wmic bios get serialnumber
Linux:
From a terminal, type:
sudo -i dmidecode -s system-serial-number
Comments
Post a Comment