Skip to content

Instantly share code, notes, and snippets.

@n8felton
Created October 20, 2022 01:10
Show Gist options
  • Save n8felton/138a03981673f45af46adc445fa820f5 to your computer and use it in GitHub Desktop.
Save n8felton/138a03981673f45af46adc445fa820f5 to your computer and use it in GitHub Desktop.
Example MDM profile for Login and Background Item Management
<?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>Login and Background Item Management</string>
<key>PayloadDisplayName</key>
<string>Login and Background Item Management</string>
<key>PayloadIdentifier</key>
<string>com.apple.servicemanagement.c943b9ce-509a-47a7-b950-06998c2e5cc6</string>
<key>PayloadType</key>
<string>com.apple.servicemanagement</string>
<key>PayloadUUID</key>
<string>c943b9ce-509a-47a7-b950-06998c2e5cc6</string>
<key>Rules</key>
<array>
<dict>
<key>Comment</key>
<string>Zoom</string>
<key>RuleType</key>
<string>TeamIdentifier</string>
<key>RuleValue</key>
<string>BJ4HAAB9B3</string>
</dict>
<dict>
<key>Comment</key>
<string>TeamViewer</string>
<key>RuleType</key>
<string>BundleIdentifier</string>
<key>RuleValue</key>
<string>com.teamviewer.TeamViewer</string>
</dict>
<dict>
<key>Comment</key>
<string>GPG Suite</string>
<key>RuleType</key>
<string>BundleIdentifierPrefix</string>
<key>RuleValue</key>
<string>org.gpgtools</string>
</dict>
<dict>
<key>Comment</key>
<string>Munki</string>
<key>RuleType</key>
<string>LabelPrefix</string>
<key>RuleValue</key>
<string>com.googlecode.munki</string>
</dict>
<dict>
<key>Comment</key>
<string>Nudge</string>
<key>RuleType</key>
<string>Label</string>
<key>RuleValue</key>
<string>com.github.macadmins.Nudge</string>
</dict>
<dict>
<key>Comment</key>
<string>Nudge</string>
<key>RuleType</key>
<string>Label</string>
<key>RuleValue</key>
<string>com.github.macadmins.Nudge.Logger</string>
</dict>
</array>
</dict>
</array>
<key>PayloadDescription</key>
<string>Login and Background Item Management</string>
<key>PayloadDisplayName</key>
<string>Login and Background Item Management</string>
<key>PayloadIdentifier</key>
<string>com.apple.servicemanagement.b07e44ad-6b4a-4019-98ac-6e0d24f3f5e0</string>
<key>PayloadScope</key>
<string>System</string>
<key>PayloadType</key>
<string>Configuration</string>
<key>PayloadUUID</key>
<string>b07e44ad-6b4a-4019-98ac-6e0d24f3f5e0</string>
<key>PayloadVersion</key>
<integer>1</integer>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment