Jump to content

Finding out how much RAM is installed remotely


Recommended Posts

Guest kjfrey55
Posted

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

  • Replies 2
  • Created
  • Last Reply

Popular Days

Guest Colin Barnhorst
Posted

Re: Finding out how much RAM is installed remotely

 

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:

 

http://msdn2.microsoft.com/en-us/library/aa389290(VS.85).aspx

 

"kjfrey55" <kjfrey55@discussions.microsoft.com> wrote in message

news:19808096-4350-4145-A63D-7992CE41862A@microsoft.com...

> 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

Guest David H. Lipman
Posted

Re: Finding out how much RAM is installed remotely

 

From: "Colin Barnhorst" <c.barnhorst@comcast.net>

 

| 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

 

--

Dave

http://www.claymania.com/removal-trojan-adware.html

Multi-AV - http://www.pctipp.ch/downloads/dl/35905.asp


×
×
  • Create New...