Posted on 03-30-2016 12:18 PM
Interesting discovery I'm trying to make sense of...
/bin/ps auxw |/usr/bin/grep -i jamf|/usr/bin/grep -v grep
When executed via the JSS in a policy, I see three processes,
Result of command: root 70888 14.3 0.1 2549492 17736 ?? Ss 1:10PM 0:00.23 /usr/local/jamf/bin/jamf policy -randomDelaySeconds 300 root 68987 0.0 0.0 2540784 8332 ?? UN 10:11AM 1:26.44 /usr/local/jamf/bin/jamfAgent root 68969 0.0 0.1 2546920 11896 ?? SNs 10:11AM 0:00.57 /usr/local/jamf/bin/jamf launchDaemon -enforceRestrictions -monitorNetworkStateChanges
When executed locally, I generally see two processes.
And when executed via Casper Remote, I don't see any processes. Why don't I see them via Casper Remote?
Posted on 03-30-2016 01:09 PM
The first one would be a bit random as it depends whether jamf policy
is running at the time.
Not really sure why Casper doesn't find anything though.