Skip to content

Instantly share code, notes, and snippets.

@haircut
Last active August 17, 2018 17:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save haircut/9507aed65ee42dcc848d345b923bae97 to your computer and use it in GitHub Desktop.
Save haircut/9507aed65ee42dcc848d345b923bae97 to your computer and use it in GitHub Desktop.
Manage ONLY Software Update Deferral delay
<?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></string>
<key>PayloadDisplayName</key>
<string>Restrictions</string>
<key>PayloadEnabled</key>
<true/>
<key>PayloadIdentifier</key>
<string>CE352526-230B-4FCA-ADD5-5FA911100683</string>
<key>PayloadOrganization</key>
<string>My Great Organization</string>
<key>PayloadType</key>
<string>com.apple.applicationaccess</string>
<key>PayloadUUID</key>
<string>CE352526-230B-4FCA-ADD5-5FA911100683</string>
<key>PayloadVersion</key>
<integer>1</integer>
<key>enforcedSoftwareUpdateDelay</key>
<integer>7</integer>
</dict>
</array>
<key>PayloadDescription</key>
<string></string>
<key>PayloadDisplayName</key>
<string>test defer updates</string>
<key>PayloadEnabled</key>
<true/>
<key>PayloadIdentifier</key>
<string>B42A9D34-9E09-4DC1-A8AE-D8EAFD0E8A32</string>
<key>PayloadOrganization</key>
<string>My Great Organization</string>
<key>PayloadRemovalDisallowed</key>
<true/>
<key>PayloadScope</key>
<string>System</string>
<key>PayloadType</key>
<string>Configuration</string>
<key>PayloadUUID</key>
<string>B42A9D34-9E09-4DC1-A8AE-D8EAFD0E8A32</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