Posted on 02-24-2020 09:28 AM
Started looking at moving away from using DEPNotify and replacing it with the built-in Notify mechanism in Jamf Connect Login.
Test implementation was going great, until I realised that the Notify mechanism doesn't automatically update the status text during a Jamf policy run like DEPNotify does when you launch it with the -jamf
flag.
Wondering if I'm missing something (can't see anything in the docs), if anyone else has got this to work or if it's something that's planned?
Posted on 02-24-2020 10:08 AM
Looking back over the documentation for the open-source versions (NoLoAD), I found reference to the preference key NotifyLogStyle
. As per those docs, setting that key's value to jamf
would cause the Notify mechanism to follow the Jamf policy logs.
The good news is that I've just tried it out and it works with Jamf Connect Login's Notify mechanism too! Problem solved... Jamf, please improve your documentation for this feature ;)
Update: Whether or not this works appears to be inconsistent.