Curl in Windows

I have seen interesting use cases where a BigFix action leverages curl.exe installation to execute a REST API query or other curl-ish activities. Typically that means installing curl into your endpoint.

I was pleasantly surprised today to learn the curl.exe is now included in Windows 10 as of 1803, right in the system folder. Probably old news to some of you, but I missed the memo back in 2018 on this one!

Makes this example one step easier:
https://bigfix.me/fixlet/details/22465

6 Likes