News

ConvertFrom-JSON The opposite of ConvertTo-JSON in that this will take something that is in the JSON format and convert it to a PowerShell object that we can use for whatever we need to it do. The ...
The Invoke-RestMethod command is a great way to interact with REST APIs in PowerShell. Although most -- if not all -- of its functionality can be performed via a combination of Invoke-WebRequest, ...
Powershell's "ConvertFrom-Json" correctly handles it in both cases, dumping either 1 or 2+ items into an array, which I understand is more loosely typed.