How do I find the Service Tag of my Laptop?
Usually, When you call DELL customer support for any assistance, they will ask for either Service Tag or Express Service Code number thereafter your call will be forwarded to technical assistant. Now suppose that you are unable to find this number on your laptop then at that time you can check it using command prompt.
You also need service tag number to download drivers and documentations from DELL support website.
Open Command Prompt and run as an Administrator. To open as Admin Right click on CMD and "Run As Administrator" or simply press ctrl+shift+enter. Now you are in Administrator mode.
Now enter the following commands:
C:\>wmic bios get serialnumber
This command display your computer serial number.
C:\>wmic csproduct get vendor,name,identifyingnumber
This command will display identifying number, vendor name and model you are using.
C:\>wmic /user:administrator /node:remote-host bios get serialnumber
This command will display the remote host details. But don't forget to replace remote-host with the machine name of your remote-host.
Get DELL Service Tag on remote Linux system . Login to the Linux remote-host using SSH and use the following commands.
[remote-host]# dmidecode -s system-serial-number
No comments:
Post a Comment