get-process | where {$_.cpu -gt 100 -or $_.handles -gt 100000} | select processname,cpu,handles,WorkingSet64 | sort handles -Descending
- Details
- Category: PowerShell
get-process | where {$_.cpu -gt 100 -or $_.handles -gt 100000} | select processname,cpu,handles,WorkingSet64 | sort handles -Descending