Page 1 of 1

Find Dell Service Tag with command line locally or remotely

Posted: 15 Jun 2015, 18:48
by daniele
A) Obtain Service Tag locally with command line:
wmic csproduct get vendor,name,identifying number

B) Obtain Service Tag remotely with command line
wmic /user:domain\administrator /node:remote-host bios get serialnumber

You will be prompted for the password for account administrator.