#WS(K): The size of the working set of the process, in kilobytes. The working set consists of the pages of memory that were recently referenced by the process @(Get-Process).where{$_.WorkingSet -gt 100MB} @(Get-Process).where{$_.WS -gt 100MB}
Gets all processes that have a working set greater than 100 MB (Procesos, PowerShell, Memoria)
Except where otherwise noted, Jesusninoc by Jesús N. is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.