Posted on 04-14-2022 06:13 AM
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?
Posted on 04-19-2022 02:24 PM
Posted on 07-04-2022 08:27 AM
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.