@typeraj - for sure, see below. Keep in mind that if you have users
using iCloud keychain that that is a whole other can of worms. I would
honestly stop iCloud keychain on your fleet if you can. I haven't gotten
around to it but there are some jamf n...
@typeraj - Hey Raj! So yeah we totally run into this and its clunky as
hell... I've found the sure fire way to fix this is to delete the old
keychain entry associated with your previous password. I have a little
script that can do this I threw in Sel...
@shan3 @esam @smansoor @grahamfw - I got this working in our
environment: OneLogin for RADIUS auth, JAMF for Profile/Cert Deployment,
Meraki Network. Check this out:
https://onelogin.service-now.com/kb_view_customer.do?sysparm_article=KB0010466
If yo...
So JAMF clearly passes the parameter through just fine?? Something else
is borked cause I ran this with Excel open :( #!/bin/bash process="$4"
url="$5" echo $process "is what JAMF sees" if pgrep -xq $process then
echo $process "is running. Exiting" e...