FN-GM Posted July 2, 2008 Posted July 2, 2008 Hi I am looking for something that will be able to report back to a server the amount of memory our clients have. I basically want to see what computers are under 1 GB Thanks
SYNACK Posted July 2, 2008 Posted July 2, 2008 This should go through an OU of powered on computers and tell you how much memory each has, Its not fully debugged as I am not on the domain to test it at the moment though. You can specify the OU that you want to query in the input box at the start. This should also be able to interegate the whole network and get the answers that you are after: http://www.microsoft.com/downloads/details.aspx?FamilyID=67240b76-3148-4e49-943d-4d9ea7f77730&displaylang=enMembyOU.vbs
srochford Posted July 2, 2008 Posted July 2, 2008 Lansweeper will collect the amount of RAM and many other things. Synack's method works well provided that the computers are all switched on when you scan but if you can't guarantee that then you need to run something as the machine starts up or as a user logs on and collect the info in a database. I originally wrote my own stuff to do this (using WMI) but Lansweeper does more and does it well and has an affordable price :-)
OutToLunch Posted July 2, 2008 Posted July 2, 2008 SYSTEMINFO | find /i "Total Physical" > %COMPUTERNAME%mem.log in a batch file would do it nice and simply.
srochford Posted July 2, 2008 Posted July 2, 2008 simple is always good but scalable is generally important :-) You could put that in the machine startup script but you've then got to find a way of collecting all the "mem.log" files, parsing them to get the data out and then returning a list of machines with <1Gb RAM If you're needing to find this kind of info, then you probably have quite a few machines (if you only have 100 PCs you probably know their specs) so you do want something which works well for lots of machines.
FN-GM Posted July 2, 2008 Author Posted July 2, 2008 Thanks for the comments guys i will look into them options. If you're needing to find this kind of info, then you probably have quite a few machines (if you only have 100 PCs you probably know their specs) so you do want something which works well for lots of machines. We have just over 500
sahmeepee Posted July 2, 2008 Posted July 2, 2008 For simple one-offs like that we usually use GPinventory. It just runs a load of WMI queries against PCs in OUs you specify. Nice and quick, lightweight and can export its results.
TronXP Posted July 3, 2008 Posted July 3, 2008 I love Novell Zenworks, I just set up an inventory server and away it goes... All computer specs + software installed
ICT_GUY Posted July 3, 2008 Posted July 3, 2008 Spiceworks, works for me does loads of stuff and its free.
mattx Posted July 3, 2008 Posted July 3, 2008 Use the SYSTEMINFO in a logon script, use two [ >> ] to append into the txt file on a share - shove it in excel and sort it by Total Physical. Bobs ya Uncle & Rita is your Aunt.....
Butuz Posted July 3, 2008 Posted July 3, 2008 Spiceworks - not only will it tell you how much memory you have but it will also tell you every little detail about each computer such as software they have isntalled, right down to serial number! Butuz
krisd32 Posted July 3, 2008 Posted July 3, 2008 Another shout for spiceworks here! aboslutey brilliant free tool!
zag Posted July 3, 2008 Posted July 3, 2008 Lansweeper is nice, I just added the client to our start-up script for teachers and students and all the details of the machines pop up in a nice webpage. Very impressive stuff.
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