Link to home
Start Free TrialLog in
Avatar of ehout
ehout

asked on

Remote memory info

Hi,

Does anyone know of a way (API or another) to query a subset of computers on a domain and get back the size of the installed memory and the processor type?
Avatar of vinnyd79
vinnyd79

What Operating Systems are on the Network?
ASKER CERTIFIED SOLUTION
Avatar of EDDYKT
EDDYKT
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of ehout

ASKER

Hi

vinnyd79: All computers are Win2000 Workstations.

EDDYKT: Thanks for the source, however getting back the desired pc's goes faster when using an API. The important part for me is requesting a pc's CPU and Memory.

Kind regards
I think you can get the CPU info from


HKEY_LOCAL_MACHINE\HARDWARE\DESCRIPTION\System\CentralProcessor\0


memory ??
I think you can get the CPU info from


HKEY_LOCAL_MACHINE\HARDWARE\DESCRIPTION\System\CentralProcessor\0


memory ??
Avatar of ehout

ASKER

Hai,

I haven't had an answer yet to my full question,
However, further examination of your code helped me solve another problem I was trying to get around.

So 50 for the cpu and 50 for the other one, here you go...