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.
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.
speedstep
9 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