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 >
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 >
.jpg)