PowerShell, Procesos PowerShell "7492" | Out-File ids.txt foreach($id in gc ids.txt) { Get-Process -id $id } 12345 "7492" | Out-File ids.txtforeach($id in gc ids.txt){ Get-Process -id $id}