All of the above are correct - I have it set that configuration profiles
for the most common browsers / those available in self-service only
allow certain pre-approved extensions. It is a royal pain to maintain
the lists of allowed extensions but it ...
@bdub - Not particularly, while you can set the defender policies inside
of Intune, for non-Intune managed devices you set the policies via the
MS365 Security / Defender Online console and JAMF Configuration profiles
(with or without tags embedded in...
For anyone wondering if they have this issue (based on my personal
experience - not JAMF Support) or want to adapt to your own purposes:
mdmclient Memory Usage:#!/bin/bash result=$(sudo top -o MEM -l 1 | awk
'/mdmclient/ {print $8}') echo "$result"Ma...
We had the same issue and ended up helping make this a "known issue."
You will have to work with JAMF support to fix your backend. This exact
issue is what caused me to spend a few days with them to get to the
bottom of it (ish). Computer configurati...