Skip to content

Instantly share code, notes, and snippets.

@gmarnin
Created April 4, 2016 13:04
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save gmarnin/615f7e8d209f6031e2960027582e9f80 to your computer and use it in GitHub Desktop.
Delete account after 30 days 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>PayloadDisplayName</key>
<string>Mobility</string>
<key>PayloadEnabled</key>
<true/>
<key>PayloadIdentifier</key>
<string>com.apple.mdm.computer.its.domain.edu.d5e7d040-d9a6-0133-262e-000c29bcc5f4.alacarte.mobility.d5d95c00-d9a6-0133-262d-000c29bcc5f4.MCX</string>
<key>PayloadType</key>
<string>com.apple.MCX</string>
<key>PayloadUUID</key>
<string>2960e412-98e7-0608-fcd5-6c4a6fa29211</string>
<key>PayloadVersion</key>
<integer>1</integer>
<key>cachedaccounts.expiry.cond.successfulSync</key>
<false/>
<key>cachedaccounts.expiry.delete.disusedSeconds</key>
<integer>2592000</integer>
</dict>
</array>
<key>PayloadDisplayName</key>
<string>Settings for Expiring Accounts 30 days</string>
<key>PayloadIdentifier</key>
<string>com.apple.mdm.computer.its.domain.edu.d5e7d040-d9a6-0133-262e-000c29bcc5f4.alacarte</string>
<key>PayloadOrganization</key>
<string>ITS</string>
<key>PayloadRemovalDisallowed</key>
<false/>
<key>PayloadScope</key>
<string>System</string>
<key>PayloadType</key>
<string>Configuration</string>
<key>PayloadUUID</key>
<string>d5e7d040-d9a6-0133-262e-000c29bcc5f4</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