Unsolved
This post is more than 5 years old
10 Posts
0
45508
October 4th, 2005 16:00
Retrieve Dell Service Tag Programmatically
Is it possible through use of Coldfusion, Asp, Asp.net, PHP, vbScript or JavaScript to obtain the Dell Service Tag. I am trying to write a web app to do inventory. Problem is there are many devices (mostly optiplex) where the user has removed the sticker with the service tag info. Most of our devices are reimaged upon deployment with our standard image and so the service tag info is not accessible from windows as it was when shipped from Dell. So I was hoping to be able to write a script of some sort that would retrieve this info.
Any help is appreciated.
Thanks,
-Jones
0 events found
No Events found!


speedstep
11 Legend
•
47K Posts
0
October 5th, 2005 05:00
Belarc Belmanage does this remotely onto an IIS SQL database that can have reports run against it via cold fusion or some other app.
http://www.belarc.com
dspent
10 Posts
0
October 5th, 2005 15:00
obirt
9 Posts
0
October 13th, 2005 17:00
there's a host of DMI/SMBIOS retreival programs, I use dmidecode but that is a non-windows code base.
dspent
10 Posts
0
October 13th, 2005 18:00
mikee611
3 Posts
0
February 23rd, 2006 17:00
Message Edited by mikee611 on 02-23-2006 01:47 PM
mikee611
3 Posts
0
February 23rd, 2006 17:00
dspent
10 Posts
0
February 23rd, 2006 19:00
It will write the script for you. All you need to do is select the WMI class you want (I believe its Win32_Bios). Once you select the class, the script pops up in the window and from there you can run it, copy it, modify it etc.....
Very good help file comes with it... You don't need to understand scripting, vb, perl, WMI etc.....If you can use a mouse, it IS actually that simple.
-Jones
mikee611
3 Posts
0
February 23rd, 2006 20:00