Continuing on from the previous article, PowerShell Basics – Consuming a Web API, let’s move on to some slightly deeper scripting. Querying an API in isolation is seldom useful in isolation, as it requires a deal of manual work to keep feeding the script. What if we could programmatically import […]