Jamf-Policy-Trigger-Script
Jamf-Policy-Trigger-Script.sh That will enable a Policy to use Jamf Function Numbers 4 through 11
Jamf-Policy-Trigger-Script Read More - click »
Jamf-Policy-Trigger-Script.sh That will enable a Policy to use Jamf Function Numbers 4 through 11
Jamf-Policy-Trigger-Script Read More - click »
a jamf pro bash script that utilizes script options and subsequent parameter labels to call out the ip and tab
Set New Host in etc/hosts by Jamf Policy Read More - click »
If the policy has a pre-defined trigger, replace with the appropriate value. The following is a list of pre-defined triggers:
Jamf Pro Policy Management Read More - click »
Getting third-party software installed and updated on Mac clients is a major task for Jamf Pro administrators. Unfortunately, it is
Automate installations with Installomator Read More - click »
#!/bin/bash osVersion=$( sw_vers -productVersion ) if [ $osVersion = “10.14.5” ]; then echo “No upgraded needed.” else jamf policy -event
Simple If Statement in Bash script Read More - click »
Determining Hardware Type: 1) Laptop (Macbook) 2) Desktop Script: #!/bin/sh HWModel=”$(/usr/sbin/sysctl hw.model)” if [[ $HWModel =~ .*MacBook*. ]] then /usr/local/bin/jamf
Determining Hardware Type: Laptops or Desktops Read More - click »