Curl2PS
Curl2PS copied to clipboard
PowerShell module for converting Curl commands to PowerShell
Curl command is not converted to powershell ## curl command curl -qgsSkH "Content-Type: multipart/form-data" --no-progress-bar --header "X-FeApi-Token: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" -F "filename=@cygdrive/c/tmp/test.txt" -F "options={\"application\":\"2\",\"timeout\":\"500\",\"priority\":\"0\", \"profiles\":[\"win7-sp1\"],\"analysistype\":\"1\",\"force\":\"true\", \"prefetch\":\"0\", \"properties\":{\"application_context\":{\"file_ name\":\"xyz.pdf\"}}}" https://xxx.xxx.xxx.xxx:443/wsapis/v2.0.0/submissions ## Expected Behavior...
After watching Mark Kraus's web cmdlets deep dive at the PowerShell summit, I noticed that there are quite a few additions to Invoke-RestMethod in v6 (authentication, for example). Curl2PS should...