Create extension attribute to detect if CrowdStrike Falcon Sensor has password configured

ferrispd
New Contributor III

Hello, I can't figure out where to upload my XML file for this, so here the script for it.
It's super easy, but useful for inventory.8b6190785b074c3796497bfeb7a121bb

#!/bin/sh if [ -e /System/Library/Keychains/.falconinstallguard.bin ] then echo "<result>True</result>" else echo "<result>False</result>" fi
0 REPLIES 0