Quantcast
Channel: Hey, Scripting Guy! Blog
Viewing all articles
Browse latest Browse all 3333

PowerTip: Use PowerShell to Assess Memory Requirements

$
0
0

Summary: Use Windows PowerShell to assess memory requirements.

Hey, Scripting Guy! Question How can I use Windows PowerShell to figure out the minimum, maximum, and average working set
           requirements for processes on my workstation?

Hey, Scripting Guy! Answer Use the Get-Process cmdlet to return the working set information. Select the working set and pipe the results
           to Measure-Object. Here is an example:

Get-Process | measure ws -Maximum -Minimum -Average


Viewing all articles
Browse latest Browse all 3333

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>