Finding out how much RAM is installed remotely

  • Thread starter Thread starter kjfrey55
  • Start date Start date
K

kjfrey55

Is there an entry in the registry, or somewhere in the event logs, or ...
that shows how much RAM is installed on a computer? I'm trying to find this
remotely for some computers at other company sites that I support.

Thanks.

ken
 
From: "Colin Barnhorst" <[email protected]>

| I should think you could determine pretty much anything about a remote
| computer by following some leads in this article about connecting to WMI on
| a remote computer:
|


Yes...

Win32_SystemLogicalMemoryConfiguration.Setting

under....

TotalPhysicalMemory

Suggested place to find out HOW to do this... microsoft.public.win32.programmer.wmi
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top