9 Legend

 • 

47K Posts

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

 

10 Posts

October 5th, 2005 15:00

yeah but belarc isn't free.  in fact it is outrageously expensive.

9 Posts

October 13th, 2005 17:00

You can retrieve the service tag through WMI or running a script that runs wmic on the remote computer and saves the results somewhere.

there's a host of DMI/SMBIOS retreival programs, I use dmidecode but that is a non-windows code base.

10 Posts

October 13th, 2005 18:00

sorry I didn't reply sooner.
 
I did find out how to do this.  First I download Scriptomatic v2 which is a microsoft tool that writes WMI scripts for you.  You choose the WMI class you want and it writes the code in vbscript, python, perl or jscript.
 
It allows you to run the script from within the app against the local machine, remote machine and a list of machines imported from a text file.  It also outputs to cmd line, excel csv file, text file HTML and XML.  It is a very very cool app.  The link to download it is below in case anyone wants it.
 
With it I was able to grab about 600 dell tags from about 800 devices putting a huge dent in the amount of work ahead of me with my inventory project.
 
-Jones
 
:::::Scriptomatic v2 Link:::::

3 Posts

February 23rd, 2006 17:00

Can someone give me a sample of their script to retrieve dell service tags? My email is mbagatt@buchalter.com

Message Edited by mikee611 on 02-23-2006 01:47 PM

3 Posts

February 23rd, 2006 17:00

Yes, I have that issue too.  I need to able to retreive all service tags of all Dell computers within the network.  Please help.

10 Posts

February 23rd, 2006 19:00

download the app from microsoft... The link is in my post above.

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

3 Posts

February 23rd, 2006 20:00

Is there a way to put all the service tags on a log file?
No Events found!

Top