Hello All!We are running a policy that resets the password on a
particular account every month. Its works on some machines but doesnt
work on others. The policy returns the logs and lists this error on the
machines it DOESNT work on:Script result: Se...
Hello AllIm trying to create an Extension Attribute that searches the
JAMF log in /private/var/log for a particular word (an error code) and
if its there to report a positive or negative. Any idea of the scripting
for this?
Hello AllIm trying to use the screen unlock as a custom trigger. To
break it down, I want a package in a policy to install/run when a user
logs in (no problem using the login trigger) OR when they unlock their
screen. Any ideas?
Hello!Id like to create a Smart USER Group for Users with no Computers
assigned to them. Or it can go the other way, Users WITH computers
assigned to them. Any ideas how to do it?
Hello all! Im trying to figure out a script to track down the version of
Adobe RUM on our Macs to determine if they need to be upgraded. I think
the current version is 2.4.0.3. Any idea's? Since it's a Unix Executable
its been problematic. Any help w...
I do have the install.log but it only goes back one hour. I guess it
clears itself every hour and this error would have been reported this
morning at 9am.
Thanks! So would this work if Im looking for the existence of
"Error:-14167" in a log?#!/bin/sh result="0" ErrorCodeFound=$(grep -w
'Error:-14167' "/private/var/log/jamf.log") if [ -n "$ErrorCodeFound" ];
then result="1" fi echo "$result"
Hello AllIm getting this error when running the uninstall script above
from Github, any idea what it means by "Bad CPU Type"?Script result:
Start first try...No Adobe apps found to uninstall Start second try...
No Adobe apps found to uninstall Attemp...
Hello All! Can someone tell me if Im doing this right? I am using the
script from GitHub and/or the script posted by @balaji1373 to escrow a
key. Im on BS 11.3. Is there anything else Im supposed to do when
deploying this other then making sure the E...
Thanks @JustDeWon Im trying to find all USERS not computers, that are
not assigned to someone. The end result here is to create a report of
all the employees in our organization that don't have computers assigned
to them. I have imported our company ...