Invoke-RestMethod

  • Blog
  • Invoke-RestMethod

Using PowerShell Invoke-RestMethod and Invoke-WebRequest with REST APIs

With the advent of cloud services, PowerShell is more important than ever. The Invoke-RestMethod and Invoke-WebRequest functions of PowerShell allow easy interactions with an API and aid in creating complex workflows.

Last Update: Apr 21, 2022

LATEST

Identifying Website Visitor IP Addresses Using PowerShell

Learn how to identify a swath of website visitors’ IP addresses with some help from PowerShell in this article by Jeff Hicks.

View Article

PowerShell Problem Solver: Where is that IP?

In this PowerShell Problem Solver, Jeff Hicks shows us how to easily find the geographic location of an IP address.

View Article