If it helps: how I got started was when my employer at the time hired a
contractor to setup our JAMF environment. Once we onboarded and we got
our feet wet - we were able to "keep up" with day to day fairly easily
for 300 endpoints and 500 iOS device...
While I'd love to talk to you and have a good amount of experience - I'm
an individual contractor and I think as AJPinto has said you will want
to find an MSP but the price will be up there.
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...