Find Local Dell Asset tag

Use the following VBS script to find the local Asset Tag from Dell:

Set objWMIservice = GetObject("winmgmts:\\.\root\cimv2")
set colitems = objWMIservice.ExecQuery("Select * from Win32_BIOS",,48)
For each objitem in colitems
Wscript.echo "Dell Service Tag: " & objitem.serialnumber
Next

Or download the script here:[wpdm_file id=12]

Leave a Reply

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