amount of RAM on remote PC ?

  • Thread starter Thread starter JAQK
  • Start date Start date
J

JAQK

Is there a utility to find out the amount of physical RAM on a remote
workstation ?

Win2000 environment.

Thanks.
 
A very small script file written in VBScript using WMI can query for this,
and much more information, very easily.

http://msdn.microsoft.com/library/en-us/wmisdk/wmi/win32_classes.asp

This is the Microsoft MSDN reference material for WMI. A Google search
should turn up dozens of WMI script files you can modify with Notepad.

--
Richard G. Harper [MVP Shell/User] (e-mail address removed)
* PLEASE post all messages and replies in the newsgroups
* for the benefit of all. Private mail is usually not replied to.
* My website, such as it is ... http://rgharper.mvps.org/
* HELP us help YOU ... http://www.dts-l.org/goodpost.htm
 
Back
Top