PowerShell PowerShell gps | where name -eq notepad gps | where {$_.name -eq "notepad"} (gps).where({$_.name -eq "notepad"}) (Get-Process).Where{$_.Name -like "chrome"} 1234 gps | where name -eq notepadgps | where {$_.name -eq "notepad"}(gps).where({$_.name -eq "notepad"})(Get-Process).Where{$_.Name -like "chrome"}