get-process | select ProcessName, Id, CPU, Path | Where {$_.ProcessName -Match "svchost"} | sort-object -property ProcessName