I deployed a Dell server down at the datacentre only to realise that I had not taken down the Service Tag number. A quick look on google and I found a simple way to find your service tag via SSH
dmidecode | grep "Serial Number"
Dmidecode shows heaps of information that I have yet to have a closer look at. The command is located in /usr/sbin

