├── API-PackageCreator.sh ├── AddComputers_Static_API.py ├── AddComputers_Static_API.sh ├── CreateBuildingFromCSV.sh ├── DeleteAbandonedUsers.sh ├── DeleteComputersBySerial.sh ├── PromptUserForEmailAddress.sh ├── README.md ├── clearAllComputerLocations.py ├── createUserFromCSV.sh ├── delete_by_id.sh ├── managementAccount.sh ├── mdGroupEnroll.py ├── mobile_app_icon_fixer.sh ├── removeMobileDeviceInvitations.sh ├── thunderboltDisplayAPI.sh ├── updateDeviceInventory.py └── updateDeviceInventoryBySmartGroup.py /API-PackageCreator.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamf/API_Scripts/HEAD/API-PackageCreator.sh -------------------------------------------------------------------------------- /AddComputers_Static_API.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamf/API_Scripts/HEAD/AddComputers_Static_API.py -------------------------------------------------------------------------------- /AddComputers_Static_API.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamf/API_Scripts/HEAD/AddComputers_Static_API.sh -------------------------------------------------------------------------------- /CreateBuildingFromCSV.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamf/API_Scripts/HEAD/CreateBuildingFromCSV.sh -------------------------------------------------------------------------------- /DeleteAbandonedUsers.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamf/API_Scripts/HEAD/DeleteAbandonedUsers.sh -------------------------------------------------------------------------------- /DeleteComputersBySerial.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamf/API_Scripts/HEAD/DeleteComputersBySerial.sh -------------------------------------------------------------------------------- /PromptUserForEmailAddress.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamf/API_Scripts/HEAD/PromptUserForEmailAddress.sh -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamf/API_Scripts/HEAD/README.md -------------------------------------------------------------------------------- /clearAllComputerLocations.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamf/API_Scripts/HEAD/clearAllComputerLocations.py -------------------------------------------------------------------------------- /createUserFromCSV.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamf/API_Scripts/HEAD/createUserFromCSV.sh -------------------------------------------------------------------------------- /delete_by_id.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamf/API_Scripts/HEAD/delete_by_id.sh -------------------------------------------------------------------------------- /managementAccount.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamf/API_Scripts/HEAD/managementAccount.sh -------------------------------------------------------------------------------- /mdGroupEnroll.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamf/API_Scripts/HEAD/mdGroupEnroll.py -------------------------------------------------------------------------------- /mobile_app_icon_fixer.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamf/API_Scripts/HEAD/mobile_app_icon_fixer.sh -------------------------------------------------------------------------------- /removeMobileDeviceInvitations.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamf/API_Scripts/HEAD/removeMobileDeviceInvitations.sh -------------------------------------------------------------------------------- /thunderboltDisplayAPI.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamf/API_Scripts/HEAD/thunderboltDisplayAPI.sh -------------------------------------------------------------------------------- /updateDeviceInventory.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamf/API_Scripts/HEAD/updateDeviceInventory.py -------------------------------------------------------------------------------- /updateDeviceInventoryBySmartGroup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamf/API_Scripts/HEAD/updateDeviceInventoryBySmartGroup.py --------------------------------------------------------------------------------