PowerShell, Procesos, Servicios PowerShell foreach($proceso in Get-Process) { Get-WmiObject Win32_Service | where ProcessId -eq $proceso.Id | Format-Custom } 1234 foreach($proceso in Get-Process){ Get-WmiObject Win32_Service | where ProcessId -eq $proceso.Id | Format-Custom}