JAMF School APi

fluis
New Contributor

I am looking at wanting a Powershell script to access the JAMF School API to pull a list of devices and their WiFi Mac addresses.

Any hints or directions for a start with he JAMF API?

2 REPLIES 2

mh-jena
Contributor

I did this via python not in powershell. You can access it at my GitHub repro at https://github.com/heinrich-foto/jamf_api

it has a get_wifimac example.