Instantly share code, notes, and snippets.

Embed
What would you like to do?
Sample profile that manages .GlobalPreferences
<?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>PayloadContent</key>
<dict>
<key>.GlobalPreferences</key>
<dict>
<key>Forced</key>
<array>
<dict>
<key>mcx_preference_settings</key>
<dict>
<key>MultipleSessionEnabled</key>
<false/>
<key>com.apple.autologout.AutoLogOutDelay</key>
<integer>4500</integer>
</dict>
</dict>
</array>
</dict>
</dict>
<key>PayloadEnabled</key>
<true/>
<key>PayloadIdentifier</key>
<string>MCXToProfile.41f61b80-8605-45dc-870c-37ce60370076.alacarte.customsettings.e92822d7-bfc4-4b4f-824d-48fa8ca5812f</string>
<key>PayloadType</key>
<string>com.apple.ManagedClient.preferences</string>
<key>PayloadUUID</key>
<string>e92822d7-bfc4-4b4f-824d-48fa8ca5812f</string>
<key>PayloadVersion</key>
<integer>1</integer>
</dict>
</array>
<key>PayloadDescription</key>
<string>Disable fast user switching, set auto-logout to 75 minutes.</string>
<key>PayloadDisplayName</key>
<string>Autologout and no FUS</string>
<key>PayloadIdentifier</key>
<string>Autologout_NoFUS</string>
<key>PayloadOrganization</key>
<string>CDA</string>
<key>PayloadRemovalDisallowed</key>
<true/>
<key>PayloadScope</key>
<string>System</string>
<key>PayloadType</key>
<string>Configuration</string>
<key>PayloadUUID</key>
<string>41f61b80-8605-45dc-870c-37ce60370076</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