PowerShell, Procesos PowerShell Get-WmiObject win32_process -co . | Select-Object CSName,Description,Processid,WS,Path | Sort-Object WS -Descending | Format-Table * -AutoSize 1 Get-WmiObject win32_process -co . | Select-Object CSName,Description,Processid,WS,Path | Sort-Object WS -Descending | Format-Table * -AutoSize