Discussion:
Script to collect Software and hardware inventory
(too old to reply)
TY
2004-12-18 04:27:24 UTC
Permalink
Hi,

I need to write script to collect software and hardware inventory and inport
to ACCESS database, do you have any reference?

Thanks,

TY.
Torgeir Bakken (MVP)
2004-12-18 22:50:45 UTC
Permalink
Post by TY
Hi,
I need to write script to collect software and hardware inventory and inport
to ACCESS database, do you have any reference?
Hi

Hard and Soft Asset Management with VBScript
http://pubs.logicalexpressions.com/Pub0009/LPMArticle.asp?ID=339

Here is another one:

Using WMI for Inventory Management
http://www.serverwatch.com/tutorials/article.php/1475601

"A WSH script using VBScript is explained. The script uses
WMI to query a computer for some predetermined information.
The acquired information is written to a database using ADO."

The database used in the example above is Microsoft Access.


Here is an third example:

For inventory to a csv file using WMI from vbscript (WMI comes default
with WinME, Win2k and WinXP), in the quickFIND field, search for:

poor mans sms

at Win32 Scripting [Clarence Washington]
http://cwashington.netreach.net


My own InstalledApplications procedure:
http://groups.google.com/groups?selm=40280AFD.7BA89056%40hydro.com

remote version:
http://groups.google.com/groups?selm=ua4afeAOEHA.808%40tk2msftngp13.phx.gbl
--
torgeir, Microsoft MVP Scripting and WMI, Porsgrunn Norway
Administration scripting examples and an ONLINE version of
the 1328 page Scripting Guide:
http://www.microsoft.com/technet/scriptcenter/default.mspx
Loading...