Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stevewood-tx/4d66eb7ed4611755ae4bb859fce37016 to your computer and use it in GitHub Desktop.
Save stevewood-tx/4d66eb7ed4611755ae4bb859fce37016 to your computer and use it in GitHub Desktop.
Upload File to Computer Record
curl -sku $apiUser:$apiPass $jpsURL/JSSResource/fileuploads/computers/id/$JSS_ID -F name=@${mylog} -X POST
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment