Category: Scripting
-
Jamf Pro API – Get Bearer Token
The Jamf Pro API can be utilized to perform actions on your Jamf Pro server in mass without having to log into the GUI to get it done. These actions can be deleting objects in Jamf Pro, reading inventory information, updating policies, etc… The possibilities are endless. Each action performed with the Jamf Pro API…
-
Jamf Pro API – Get Jamf Notifications
For this post, I wanted to share how to get important notifications that may be on your Jamf Pro server without having to actually open a web browser, navigating to your Jamf Pro server, logging in, and viewing the notifications. This task can be done utilizing the Jamf Pro API. The endpoint we will be…
-
GREP
What is grep? -Utility designed for searching plain-text data sets for lines that match a regular expression. Global regular expression print. Where is grep? The location of grep can be found using the which command What can be done with grep? Grep can filter information from the computer and report back all lines that include…
-
AWK
What is awk? -Utility designed for text processing and typically used as a data extraction and reporting tool. Where is awk? The location of awk can be found using the which command How to get the computer’s Model Identifier? The Model Identifier information lives in the system_profiler > SPHardwareDataType, below is an example of the…