PowerShell, Procesos PowerShell Start-Job -ScriptBlock { ps } Get-Job -id 1 | Receive-Job 12 Start-Job -ScriptBlock { ps }Get-Job -id 1 | Receive-Job