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

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Posted on
02-11-2019
08:28 AM
- last edited on
03-04-2025
05:16 AM
by
kh-richa_mig
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.
#!/bin/sh if [ -e /System/Library/Keychains/.falconinstallguard.bin ] then echo "<result>True</result>" else echo "<result>False</result>" fi
Labels:
- Labels:
-
Jamf Pro
Reply
0 REPLIES 0
