How would I remotely check the amount of RAM on a computer using command line? (Windows XP and/or windows server 2003)
|
Requires XP or later system: |
|||||||
|
|
|
|||
|
|
|
If you have access to PowerShell (it only needs to be installed on a single workstation to run this from) you can do something like:
You would need to either run the script as someone that can run WMI queries on remote machines (usually administrator) or work |
|||
|
|
|
|
|||
|
Here's a simple one: run command line as administrative account (if in a domain)
There's all kinds of info including "Total Physical Memory:" If you need to specify the user:
|
|||
|
|
|
To limit it to the Total Physical Memory and Available memory, you may use:
|
||||
|
|

cmdis tagged. – hydroparadise Jan 11 '12 at 19:09