I have a lot of computers in my network and i need to get info about the software and hardware installed on all of them Is there any software to make such network inventory and audit?

link|improve this question
j.kane, it's not really a programming question. It would be more suited to superuser, so I'm nudging it across to there. – paxdiablo Nov 21 '09 at 14:53
are you looking for commercial, open-source, free - any platforms other than windows? – warren Nov 22 '09 at 6:14
feedback

migrated from stackoverflow.com Nov 22 '09 at 5:29

This question came from our site for professional and enthusiast programmers.

3 Answers

If you want to gather inventory/audit information programmatically, then use WMI.

WMI has a good .NET interface that is readibly available from within Visual Studio 2008 as a collection of library classes. PowerShell also exposes this interface for scripting.

link|improve this answer
feedback

You can try Spiceworks, it is free software with promo, also I’ve heard that the network inventory software by Clearapps is wide spread among sysadmins. It’s not free, but has more wide functionality. Or you can just google search and find everything here:

http://www.google.com/search?hl=en&source=hp&q=pc+inventory+software&aq=f&oq=&aqi=g4g-m2

link|improve this answer
feedback

you can try OCS Inventory which is an open source software which allows to do that.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown