get-process | select ProcessName, Id, CPU, Path | Where {$_.Path -like "C:\Program Files (x86)\Google\Chrome*"} | sort-object -property ProcessName