I've run into something similar though in my environment it appears
randomly without requiring a shutdown. It's tough to tell if it's
actually working but my current attempted fix is to delay a
configuration profile that blocks Time Machine until aft...
I've just been echoing pretty much everything from mdatp health into an
extension attribute:#!/bin/sh type mdatp &> /dev/null mdatpFound=$? if [
$mdatpFound -eq 0 ] then defenderStatus=$(mdatp health | awk '{print $1
" : " $3}') echo "$defenderStatus...