We are using the following: defender=$(mdatp health | grep -e "healthy"
-e "health_issues") if [ -z "$defender" ]; then echo
"Null" else echo "$defender" fi But we
recently found out that mdatp has some nice flags, like --field. With
this you can spe...
I finally found a command to enable the DLP. sudo mdatp config
data-loss-prevention --value enabled Create an extension attribute that
returns the value of dlp status, create a smart group for anything but
active and then scope this command to this g...