@sdagley @MatG - It's been a while since I deployed this, but when I
did, I was in a long call with my tanium reps while testing (since their
documentation lacks). FWIW, I can tell you that I wouldn't have done it
unless it otherwise didn't work. I a...
Hi @erichughes - I use JC Sync only (no login) and this is what I came
up withExtension Attribute that checks whether password syncs:
#!/bin/bash jamf_connect="/Applications/Jamf Connect Sync.app"
loggedInUser=$( scutil <<< "show State:/Users/Console...
This is what I use as an Extension Attribute #!/bin/sh if [ -e
/Library/LaunchDaemons/com.crowdstrike.falcond.plist ]; then echo
"Installed" else echo "Not Installed"
fi exit 0