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