Curl to Invoke-WebRequest

@monica
I am not great at powershell myself, but I did find this powershell example from bigfix.me. It shows Invoke-WebRequest as well as authentication for BigFix server.

http://files.bigfix.me/RestAPI_PowerShell_Example.zip

BigFix Inventory is a little different, so you might need to fiddle with the authentication method a bit to get it running (token=tokenxxxxxxxxxxx in your URL above)

There is another good thread on powershell and BigFix API by @MDMike here:

It is also not specific to the BigFix Inventory API, but should give you some good starting points.

If you get stuck, posting your work so far might encourage a wider response from our forum members.