Jump to content

Recommended Posts

Posted

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

Posted

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

MembyOU.vbs

Posted

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

Posted

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.

Posted

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

Posted

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

Posted

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

Posted

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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...