Skip to main content

Script Center

Script Center
We are dedicated to the system administration scripters of the world. At the Microsoft Script Center, we focus on teaching people how to use Windows PowerShell and VBScript to reduce time spent performing mundane tasks.

Hey, Scripting Guy! Blog

Script Center Home Page

PowerTip: Find Processes That Use A Lot of Virtual Memory
Summary: Learn how to use Windows PowerShell to find processes that use more than 1,000 MB of virtual memory. How can I produce a listing of processes on my computer that use more than 1,000 MB of virtual memory? Use the Get-Process cmdlet to return a listing of all processes. Then pipe the results to the Where-Object and choose the VM alias property. Finally, send the output to the Format-Wide cmdlet and select the name property. Note gps is... More >

Recent Posts

Â