PowerShell, Software PowerShell foreach ($proceso in Get-Process | select Company) { $proceso.Company | Select-String "Acrobat" } 12345 foreach ($proceso in Get-Process | select Company) { $proceso.Company | Select-String "Acrobat"}