How to retrieve your Dell Service Tag from DOS

Retrieve Dell Service Tag from DOS

If you ever needed to retrieve Dell Service Tag from DOS, this works remotely or if you are unable to read the tag on the case below is the syntax to retrieve the Dell service tag by querying Windows WMI service via the DOS command line using the WMIC command.

Open up DOS and run:
wmic bios get serialnumber

Below is an example of the output:

Microsoft Windows [Version 6.3.9600]
(c) 2013 Microsoft Corporation. All rights reserved.

C:\WINDOWS\system32>wmic bios get serialnumber
SerialNumber
T1337V1

Below is an image of what the command line will look like when you properly query the system from DOS.

retrieve Dell Service Tag from DOS

Need to retrieve the Service Tag Number from a Linux box? Check out our tutorial on a NIX server HERE.

Posted in DOS, Hyper-V, Hyper-V 2012 R2, Scripting, Tutorials, Windows, Windows 7, Windows 8, Windows Server, Windows Server 2012 R2 and tagged , , .

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.