Hey All:
Thanks in advance for the help.
I'm trying to see what computers I have in my environment without our Crowdstrike agent installed on them.
I'm guessing the only way is scripting this through an extensible attribute (EA).
I've placed this code in an EA:
if [ -e /library/CS/ ]; then
echo "<result>Has Alias</result>"
else
echo "<result>Does Not Have Alias</result>"
fi
exit
The EA only shows up blank.
Anything I'm doing wrong?
