User Activity
A MacBook was locked down yesterday, but no one in our office pushed
that command out. Is there a log file somewhere in the JSS that would
show the user that sent that command out? I have not been able to locate
any logs regarding this.
04-10-2015
I set up a Smart Computer Group with the criteria Partition Name has
Macintosh. I'm not getting any results even though I know there are 500+
machines that the boot drive is named Macintosh HD. What am I doing
wrong?
01-19-2015
AdwareMedic works great for removing adware. I found that Sophos does
deal with some of the adware. Does anyone know of anti-virus software,
or the like, that can actively prevent adware from being installed?
Looking for another hammer to take care o...
12-12-2014
Printers that were working fine in 10.9 are now not always working after
upgrading to 10.10. The print job stays paused. Printing to a Windows
printer server via spools along with Papercut. The print job is not even
getting to the server, get’s pause...
11-06-2014
I'm having trouble with a script to see if Firefox is running. I am by
no means a coder, so any help is appreciated. Here is what I am trying -
#!/bin/bash process="Firefox"processrunning=$( ps axc | grep
"${process}" ) if [ "$processrunning" != "" ]...