MatthewPrins / Jamf

Jamf Pro scripts and API calls for computers, mobile devices, and users — some shell, some Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

These are Jamf Pro shell/Python scripts I've written for my work Jamf Cloud instance (with a few changes) or occasionally to help out others.

Please note:

  • Of course you already know this, but TEST BEFORE USING. Don't trust that what works properly on my Jamf Pro will work the same on yours.
  • Better yet, UNDERSTAND BEFORE USING. I comment a fair amount in these scripts, and I also tend to write out certain commands that others shorten (see my cURLs). Hopefully you find that helpful to understand what's happening in the script or if you adapt a script for your particular purposes or instance.
  • Please use API credentials that have the least permissions necessary for the job.
  • Similarly, consider using this or another method to mask your API credentials.
  • Licensed under the MIT License — read it, it's only 21 lines long.

About

Jamf Pro scripts and API calls for computers, mobile devices, and users — some shell, some Python

License:MIT License


Languages

Language:Shell 53.2%Language:Python 46.8%