After having installed and turned on the login hooks option on the JSS I discovered that the PaperCut Client PCClient.app is not starting automatically - consequently the students aren't able to print. Has anybody found a solution for this and is kind enough to share it?
I tried this script which is posted on JAMF Nation:
#!/bin/sh
echo "Launching PaperCut..."
/Applications/PCClient.app/Contents/Resources/login-hook-start "$3"
exit 0
But unfortunately the pccllient did not auto start on login.
Perhaps another script is required here...