Mr_M_Cox Posted May 16, 2008 Posted May 16, 2008 I know that this has already been discussed a number of times but i need a slightly different thing. I need a way of checking what hardware is inside all of the machines in a domain. ideally this needs to run silently and then create a report. I need it to be run from the server and the report created on the server. Ideally with a way of stopping it running on the same machine twice. I know i am being very demanding but there must be something out there that can do it...oh yeah and free!!! any help would be great.
BKGarry Posted May 16, 2008 Posted May 16, 2008 OCS Inventory, will do exactly what you need OCS Inventory NG - Welcome to OCS Inventory NG web site !
Mr_M_Cox Posted May 16, 2008 Author Posted May 16, 2008 thanks he quick reply, i will check out your recomendation now
BKGarry Posted May 16, 2008 Posted May 16, 2008 It comes up with most of the serial numbers, all software installed and you can even tell it to search for specific registry entries, and if you add it to the logon script, as well as the machine startup script it logs username logon and logoff details aswell so you can find out who was on machines from a central mysql database with the web interface
Mr_M_Cox Posted June 4, 2008 Author Posted June 4, 2008 I have now been able to spend some time reading the admins guide to this piece of software and it is a bit much. I just need something small i can run from the server to create a log for each machine's hardware spec. Please help, if i dont find it this could be a long tediious day of auditing manually:(
sparkeh Posted June 4, 2008 Posted June 4, 2008 You had a look at Spiceworks? I use it to do my auditing and its simple, and free!
tomscaper Posted June 4, 2008 Posted June 4, 2008 although the other ideas are far better, i had 2 days to audit the school and this is what i came up with, using cpuz and winaudit. created msi to install both on all machines. following batch files run at start up if exist "C:\Program Files\cpu-z\Oct07" goto :eof ELSE c: cd "C:\Program Files\cpu-z\" cpuz -html=\\server\share\audit\cpuz-%computername% c: cd "C:\Program Files\cpu-z\" md Oct07 if exist "C:\Program Files\WinAudit\October07" goto :eof ELSE "C:\Program Files\WinAudit\WinAudit.exe" /r=gotnbMpmi /o=html /f=\\mb4001-02\public$\audit\winaudit-%computername%.ext /m=This Machine Is Currently Being Audited, Please Wait........ c: cd "C:\Program Files\WinAudit\" md October07 Will create 1 html file for the cpuz document and 3 for winaudit. Like i said nothing special but does the job.
Mr_M_Cox Posted June 4, 2008 Author Posted June 4, 2008 Thanks, that Spiceworks software is really good but i failled to recognize 5 of my machines. The hunt goes on
ahuxham Posted June 4, 2008 Posted June 4, 2008 (edited) Our helpdesk, Ilient Sysaid does all this wonderful stuff. It deploys across the network. Inventories all machines, gives a lovely overview. Tracks software and hardware changes. Installs VNC and other stuff as well. Free to try for a month from Help Desk Software by Ilient, and you can export the data to csv and PDF. We loved it so much its now our Software, Hardware, Helpdesk, Licensing, VNCing system. I'll attach a rough screenshot of what it looks like if you would like. EDIT: It can be installed via logon script, and removed the same. Create a dummy account with no password, add the logon script, and login all the machines, wait 10-15mins, turn them off and away you go. Edited June 4, 2008 by ahuxham
sparkeh Posted June 4, 2008 Posted June 4, 2008 Are they turned on? Plus there are a couple of things that might be the cause. Firewall? Erm...crap there are some other simple things. Spiceworks has a list of these things in the help I believe.
bossman Posted June 4, 2008 Posted June 4, 2008 Can't wait to get RMCC4 on the network as it does all this and more as part of the management tool set.
mrtechsystems Posted June 4, 2008 Posted June 4, 2008 I use a program called Visual X3 Audit Scans the network and easy to use and good reporting features aswell Visionsoft - Visionsoft Auditing, Patch Management and Security Software
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now