Call REST APIs with Invoke-RestMethod in PowerShell

Поделиться
HTML-код
  • Опубликовано: 19 ноя 2024

Комментарии • 11

  • @northendtrooper
    @northendtrooper 2 года назад +4

    Man I needed this last winter with Azure and MSGraph API calls. But I can still learn great things from you!

  • @suddengun007
    @suddengun007 Год назад +1

    This was aweasome, thanks for the video I liked the clear explanation of the params. I never understood Content-Length or what serialization was when I heard those words by real programmers...but listening here made something click in my brain! Thank you!

  • @stldweller
    @stldweller 2 года назад +1

    It's like you read my mind, been looking for a good PowerShell training video in this topic.

  • @ronalzepeda
    @ronalzepeda Год назад +1

    great video, thank you, i saved a lot of time watching this

  • @StephenMoody42
    @StephenMoody42 2 года назад +1

    Great intro to the topic--planning to share with my team. Thanks!

  • @cahrlymca
    @cahrlymca 2 года назад +1

    This is awesome to start. I am working powerhsell on many Azure related works. So I would request you please create one video for Azure resources using REST methods.

  • @Jonnyblacknell
    @Jonnyblacknell Год назад

    Cracking video big fella! Cheers

  • @scottwood1143
    @scottwood1143 2 года назад +1

    26:08 for resiliency: Invoke-RestMethod -MaximumRetryCount 20 -RetryIntervalSec 5 -verbose

  • @nixielee
    @nixielee Год назад

    You can disable the annoying Terminal warning about multiline paste