Skip to content

Instantly share code, notes, and snippets.

@t-lark
t-lark / CS Falcon.mobileconfig
Created October 16, 2019 23:40
FDA for CS Falcon Config Profile
<?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>
@haircut
haircut / collect-info.py
Last active September 15, 2021 02:15
Spiffy GUI for Jamf Pro workflows
#!/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
"""
@dderusha
dderusha / JSS test environment procedure.txt
Created October 9, 2015 15:34
List of things to test when testing a new JSS version
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?