Requisições (GET) via PowerShell
16 de junho de 2020 | by administrador
Loop com 3 chamadas a qualquer url
for($i = 0; $i -lt 3; $i++)
{
powershell.exe -noprofile -command "Invoke-WebRequest -Uri https://seuwebservice/v1/dominio/method"
}
Loop com 3 chamadas a qualquer url
for($i = 0; $i -lt 3; $i++)
{
powershell.exe -noprofile -command "Invoke-WebRequest -Uri https://seuwebservice/v1/dominio/method"
}