A simple Automator applet to open the new Jamf Pro Server Tools
This applet executes a simple shell script to open the new Jamf Pro Server Tools with a single click.
Currently the workaround as stated on Jamfnation:
- Open a command terminal and enter the following:
java -jar
- Drag the Jamf Pro Server Tools .jar file into the window to add the path to the .jar file to the java -jar command.
- Press Enter.
To make things easier this applet runs:
#!/bin/zsh
java -jar /Library/JSS/bin/server-tools-gui.jar
I threw a nice icon on the file and that's it.
Free to use, this'll be fixed by Jamf soon, probably.