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