PowerShell cURL – Yes It Exists – Invoke-RestMethod

cURL is a tool we all find very useful, and if we are PowerShell users, we often want to have the combination of PowerShell and cURL.  With PowerShell 3.0, one of the really great CmdLets that is available is Invoke-RestMethod. This handy little CmdLet allows us to now use the PowerShell scripting language to access … Read more