This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>PayloadContent</key> | |
<array> | |
<dict> | |
<key>PayloadDescription</key> | |
<string>Allows CrowdStrike Falcon Sensor disk access</string> | |
<key>PayloadDisplayName</key> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python | |
""" | |
Collect Info | |
To be used in a Jamf Pro workflow to prompt a user/tech for info | |
Heavily cribbed from Jamf's iPhone ordering script: | |
https://github.com/jamfit/iPhone-Ordering | |
""" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Self Service downloading packages? | |
Are profiles being enforced? | |
Can you login with LDAP user/pass | |
Can you login with local user/pass | |
Create a test policy and deploy package from SMB, AFP, Cloud | |
Does the policy work on and off the network | |
Can you run a second policy over SMB without failure to mount server | |
Can I recon? | |
Can I enroll a new workstation? | |
Can I image? |