Getting hardware information from computers around the office? 
Author Message
 Getting hardware information from computers around the office?

Is there a way to extract the hardware information from all my user's
computers with a script?  To find out processor speed, ram, etc.  I would
rather log all this information somehow by computername, rather than have to
go around to 200+ computers and check one by one.

Thanks



Mon, 15 Aug 2005 22:20:24 GMT  
 Getting hardware information from computers around the office?

Quote:

> Is there a way to extract the hardware information from all my user's
> computers with a script?  To find out processor speed, ram, etc.  I
> would rather log all this information somehow by computername, rather
> than have to go around to 200+ computers and check one by one.

> Thanks

Hi, Russ
I think WMI can give you both hardware and software information.
Google can help:
http://groups.google.com/groups?q=wmi%20software%20hardware%20info%20...

Change "%20software%20hardware" to either "%20software" or "%20hardware" to get more info on just that subject.

-Paul Randall



Tue, 16 Aug 2005 01:06:59 GMT  
 Getting hardware information from computers around the office?

Quote:

> Is there a way to extract the hardware information from all my user's
> computers with a script?  To find out processor speed, ram, etc.  I would
> rather log all this information somehow by computername, rather than have to
> go around to 200+ computers and check one by one.

Hi

For HW 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

for a good example of this written by Steve Pyatt.

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."

To make a loop that handles all the computers in the domain, there exists
several ways to do this. See this article for more on this:


Subject: Script that remotely moves local users from Administrators to Power
Users group
Newsgroups: microsoft.public.scripting.wsh, microsoft.public.scripting.vbscript,
microsoft.public.adsi.general
Date: 2003-02-18 20:22:06 PST
http://groups.google.com/groups?selm=3E530599.8EF9AA2C%40hydro.com

--
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



Tue, 16 Aug 2005 01:12:08 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. Getting the hardware information

2. getting hardware information

3. Getting computer information

4. Getting Computer Name information

5. Getting information from client computers....

6. Hardware information

7. How to get Hardware information in VB?

8. Get hardware information from VB

9. Hardware information (ports)

10. Need to retrieve hardware information.

11. Which API calls directly control computer hardware?

12. Want more information about installed hardware

 

 
Powered by phpBB® Forum Software