Last time we looked at one of the new PowerShell v3 cmdlets for working with web data, Invoke-WebRequest. This week we'll look at a cmdlet that I think you'll find even easier to use, ...
I've used Invoke-RestMethod for publishing QA report data to Slack using their WebHooks and also to pre-load data into an application via RestAPI calls. One thing that's 'not great' about vanilla ...