Dicas e Tutoriais Dicas e Tutoriais

Jones Carvalho

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"
}

Tags: PowerShell, Rest, Webservice

Diga meu filho

Tags

.Net (4) Angular (1) Arrays (2) AspNetCore (1) Banco de Dados (3) BAT (3) C# (5) Certificado (1) Cisco (1) Delete (2) Docker (11) dotnet (1) dotnetcore (1) Empreendedorismo (1) Filter (1) FreeCAD (1) Funções (4) Git (3) IIS (1) Impressão3D (1) Insert (2) iOS (10) JavaScript (2) Jenkis (1) Jquery (1) Linux (5) Mensageria (1) Postgres (1) PowerShell (1) RaspBerry (1) Recalbox (1) Rest (2) Script (1) shell (1) Sonar (1) SonarQube (1) SQL (24) SSL (1) Swift (9) Terminal (1) VirtualBox (2) VPN (1) Webservice (2) Wifi (1) Windows (1)

Copyright © 2024 Dicas e Tutoriais