{"id":70,"date":"2011-11-22T20:00:17","date_gmt":"2011-11-22T20:00:17","guid":{"rendered":"http:\/\/microsoftgeek.com\/?p=70"},"modified":"2011-11-22T22:06:43","modified_gmt":"2011-11-22T22:06:43","slug":"view-dell-service-tag-and-express-service-code-from-linux-and-windows","status":"publish","type":"post","link":"https:\/\/microsoftgeek.com\/?p=70","title":{"rendered":"View DELL Service Tag and Express Service Code From Linux and Windows"},"content":{"rendered":"<p>When you call DELL customer support for any help, they will ask for  either Service Tag or Express Service Code. You also need service tag to  download drivers and documentations from DELL support website.<br \/>\nWhen you have physical access to the system, you can easily identify the service tag affixed on the body of the server. <a href=\"http:\/\/support.dell.com\/support\/topics\/global.aspx\/support\/en\/identifyyoursystem?c=us&amp;l=en&amp;s=gen\" target=\"_blank\">DELL support site<\/a> shows the exactly location of the service tag and express code stickers for various DELL equipments.<br \/>\n<code> <\/code><br \/>\nWhen you don\u2019t have physical access to the server, you can get the same information remotely from the OS level. Using <strong>Windows <\/strong>or <strong>Linux <\/strong>command line you can easily get <strong>DELL service tag<\/strong> as explained below.<\/p>\n<h3>1. Get DELL Service Tag on remote Windows system<\/h3>\n<p>Login to the Windows remote-host using VNC or remote desktop connection. Use WMIC on Windows to get service tag as shown below.<\/p>\n<pre>C:\\&gt;<strong>wmic bios get serialnumber<\/strong>\r\nSerialNumber\r\nABCDEF1<\/pre>\n<p>Following WMIC command will give make and model number along with service tag.<\/p>\n<pre>C:\\&gt;wmic csproduct get vendor,name,identifyingnumber<strong>\r\n<\/strong>IdentifyingNumber    Name                Vendor\r\nABCDEF1              PowerEdge 2950      Dell Inc.<\/pre>\n<p>If VNC or remote desktop connection to the remote-host is not  available,\u00a0 execute the following from the local-host to get the service  tag of the remote-host.<\/p>\n<pre>C:\\&gt;<strong>wmic \/user:administrator \/node:remote-host bios get serialnumber<\/strong>\r\nSerialNumber\r\nABCDEF1\r\n[Note: Replace remote-host with the machine name of your remote-host.]<\/pre>\n<h3>2. Get DELL Service Tag on remote Linux system<\/h3>\n<p>Login to the Linux remote-host using SSH. Use dmidecode on Linux to get service tag as shown below.<\/p>\n<pre>[remote-host]# <strong>dmidecode -s system-serial-number<\/strong>\r\nABCDEF1<\/pre>\n<h3>3. Get DELL Express Service Code From Service Tag<\/h3>\n<p>Service Tag is a base-36 integer.\u00a0 Once you have the Service Tag, you  can calculate express service code yourself. Express Service Code is  base-10 decimal integer of Service Tag. Dell uses express service code  mainly for their support call-routing. When you call dell support, their  automated call-routing system may ask you to enter express service  code, which you can easily enter in your telephone, as it is just a  bunch of numbers, instead of characters.<br \/>\n<code> <\/code><br \/>\nUse the following online tools to find express service code from service tag and vice-versa.<\/p>\n<ul>\n<li><a href=\"http:\/\/www.creativyst.com\/Doc\/Articles\/HT\/Dell\/DellPop.htm\">Creativyst Dell-Number Widget<\/a><\/li>\n<li><a href=\"http:\/\/www.powerdog.com\/dellconv.cgi\">Dell PC service tag\/code converter from PowerDog Industries<\/a><\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>When you call DELL customer support for any help, they will ask for either Service Tag or Express Service Code. You also need service tag to download drivers and documentations from DELL support website. When you have physical access to the system, you can easily identify the service tag affixed on the body of the [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[7,13],"tags":[],"class_list":["post-70","post","type-post","status-publish","format-standard","hentry","category-computer-tech-stuff","category-linux"],"_links":{"self":[{"href":"https:\/\/microsoftgeek.com\/index.php?rest_route=\/wp\/v2\/posts\/70","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/microsoftgeek.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/microsoftgeek.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/microsoftgeek.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/microsoftgeek.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=70"}],"version-history":[{"count":4,"href":"https:\/\/microsoftgeek.com\/index.php?rest_route=\/wp\/v2\/posts\/70\/revisions"}],"predecessor-version":[{"id":750,"href":"https:\/\/microsoftgeek.com\/index.php?rest_route=\/wp\/v2\/posts\/70\/revisions\/750"}],"wp:attachment":[{"href":"https:\/\/microsoftgeek.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=70"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/microsoftgeek.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=70"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/microsoftgeek.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=70"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}