I recently ran in to the issue where the Qualys agent flagged the
/usr/bin/python3 binary as a vulnerability.The /usr/bin/python3 is part
of the macOS install and it is only a stub, if you execute the
/usr/bin/python3 binary it will ask you if the wa...
You can try this first:sudo /usr/bin/profiles -DIf that does not work,
try this:In Recovery mode, select Utilities-> Terminal from the menu
bar.Type csrutil disable and reboot the Mac. This will disable System
Integrity Protection (SIP).Once you have...
In the profile, try adding the name to the Trusted Server Certificate
Names - Certificate Common Name field.This should be the RADIUS server
name & can support wild cards like *.companyname.com.
This is the Sentinel One script I use in an Extension Attribute.
#!/bin/sh # This script will check the status of the SentinelOne Agent
if command -v sentinelctl 1>/dev/null; then echo " SentinelOne
agent is installed with version `sentinelctl versio...