-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
37 changed files
with
420 additions
and
592 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
111 changes: 111 additions & 0 deletions
111
Example-MDM/All-Options-Example-DO-NOT-DEPLOY-com.macjutsu.super.mobileconfig
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,111 @@ | ||
<?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"> | ||
<dict> | ||
<key>PayloadUUID</key> | ||
<string>FB94ECBE-26E5-4408-AB95-5A94D71F8158</string> | ||
<key>PayloadType</key> | ||
<string>Configuration</string> | ||
<key>PayloadOrganization</key> | ||
<string>Macjutsu</string> | ||
<key>PayloadIdentifier</key> | ||
<string>FB94ECBE-26E5-4408-AB95-5A94D71F8158</string> | ||
<key>PayloadDisplayName</key> | ||
<string>S.U.P.E.R.M.A.N. All Settings Example</string> | ||
<key>PayloadDescription</key> | ||
<string>This configures settings the super update script. This is an example showing all possible settings AND SHOULD NOT BE DEPLOYED AS IS.</string> | ||
<key>PayloadVersion</key> | ||
<integer>1</integer> | ||
<key>PayloadEnabled</key> | ||
<true/> | ||
<key>PayloadRemovalDisallowed</key> | ||
<true/> | ||
<key>PayloadScope</key> | ||
<string>System</string> | ||
<key>PayloadContent</key> | ||
<array> | ||
<dict> | ||
<key>PayloadDisplayName</key> | ||
<string>Custom Settings</string> | ||
<key>PayloadIdentifier</key> | ||
<string>48FAD646-0792-4724-9167-6C1FE182F33A</string> | ||
<key>PayloadOrganization</key> | ||
<string>Macjutsu</string> | ||
<key>PayloadType</key> | ||
<string>com.apple.ManagedClient.preferences</string> | ||
<key>PayloadUUID</key> | ||
<string>48FAD646-0792-4724-9167-6C1FE182F33A</string> | ||
<key>PayloadVersion</key> | ||
<integer>1</integer> | ||
<key>PayloadContent</key> | ||
<dict> | ||
<key>com.macjutsu.super</key> | ||
<dict> | ||
<key>Forced</key> | ||
<array> | ||
<dict> | ||
<key>mcx_preference_settings</key> | ||
<dict> | ||
<key>DefaultDefer</key> | ||
<string>120</string> | ||
<key>DisplayIcon</key> | ||
<string>/System/Library/CoreServices/CoreTypes.bundle/Contents/Resources/BurningIcon.icns</string> | ||
<key>DisplayRedraw</key> | ||
<string>20</string> | ||
<key>DisplayTimeout</key> | ||
<string>60</string> | ||
<key>FocusCount</key> | ||
<string>5</string> | ||
<key>FocusDate</key> | ||
<string>2022-07-01</string> | ||
<key>FocusDays</key> | ||
<string>2</string> | ||
<key>FocusDefer</key> | ||
<string>120</string> | ||
<key>ForceRestart</key> | ||
<true/> | ||
<key>HardCount</key> | ||
<string>5</string> | ||
<key>HardDate</key> | ||
<string>2022-07-03:03:03</string> | ||
<key>HardDays</key> | ||
<string>6</string> | ||
<key>IconSizeIbm</key> | ||
<string>128</string> | ||
<key>IconSizeJamf</key> | ||
<string>128</string> | ||
<key>JamfProID</key> | ||
<string>$JSSID</string> | ||
<key>MenuDefer</key> | ||
<string>120,200,300</string> | ||
<key>PolicyTriggers</key> | ||
<string>trigger1,trigger2</string> | ||
<key>PreferJamf</key> | ||
<false/> | ||
<key>RecheckDefer</key> | ||
<string>120</string> | ||
<key>SkipUpdates</key> | ||
<true/> | ||
<key>SoftCount</key> | ||
<string>5</string> | ||
<key>SoftDate</key> | ||
<string>2022-07-02:02</string> | ||
<key>SoftDays</key> | ||
<string>4</string> | ||
<key>TestMode</key> | ||
<true/> | ||
<key>TestModeTimeout</key> | ||
<string>15</string> | ||
<key>VerboseMode</key> | ||
<true/> | ||
<key>ZeroDay</key> | ||
<string>2022-07-01</string> | ||
</dict> | ||
</dict> | ||
</array> | ||
</dict> | ||
</dict> | ||
</dict> | ||
</array> | ||
</dict> | ||
</plist> |
File renamed without changes.
84 changes: 84 additions & 0 deletions
84
Example-MDM/Apple-Software-Update-Disable-Notifications.mobileconfig
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,84 @@ | ||
<?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"> | ||
<dict> | ||
<key>PayloadUUID</key> | ||
<string>CDB0BC64-F3EB-4B1A-AA5E-9A5D994CA592</string> | ||
<key>PayloadType</key> | ||
<string>Configuration</string> | ||
<key>PayloadOrganization</key> | ||
<string>Macjutsu</string> | ||
<key>PayloadIdentifier</key> | ||
<string>CDB0BC64-F3EB-4B1A-AA5E-9A5D994CA592</string> | ||
<key>PayloadDisplayName</key> | ||
<string>Apple Software Update Disable Notifications</string> | ||
<key>PayloadDescription</key> | ||
<string>These settings disable the Apple software update notifications and banners.</string> | ||
<key>PayloadVersion</key> | ||
<integer>1</integer> | ||
<key>PayloadEnabled</key> | ||
<true/> | ||
<key>PayloadRemovalDisallowed</key> | ||
<true/> | ||
<key>PayloadScope</key> | ||
<string>System</string> | ||
<key>PayloadContent</key> | ||
<array> | ||
<dict> | ||
<key>PayloadDisplayName</key> | ||
<string>Notifications Payload</string> | ||
<key>PayloadIdentifier</key> | ||
<string>84DB38D0-8A4B-4382-B1D2-11235122FF6D</string> | ||
<key>PayloadOrganization</key> | ||
<string>Macjutsu</string> | ||
<key>PayloadType</key> | ||
<string>com.apple.notificationsettings</string> | ||
<key>PayloadUUID</key> | ||
<string>84DB38D0-8A4B-4382-B1D2-11235122FF6D</string> | ||
<key>PayloadVersion</key> | ||
<integer>1</integer> | ||
<key>NotificationSettings</key> | ||
<array> | ||
<dict> | ||
<key>BundleIdentifier</key> | ||
<string>_system_center_:com.apple.softwareupdatenotification</string> | ||
<key>CriticalAlertEnabled</key> | ||
<false/> | ||
<key>NotificationsEnabled</key> | ||
<false/> | ||
</dict> | ||
</array> | ||
</dict> | ||
<dict> | ||
<key>PayloadDisplayName</key> | ||
<string>Custom Settings</string> | ||
<key>PayloadIdentifier</key> | ||
<string>87E2F5E4-1C8A-4D43-AA52-676364A3326E</string> | ||
<key>PayloadOrganization</key> | ||
<string>Macjutsu</string> | ||
<key>PayloadType</key> | ||
<string>com.apple.ManagedClient.preferences</string> | ||
<key>PayloadUUID</key> | ||
<string>87E2F5E4-1C8A-4D43-AA52-676364A3326E</string> | ||
<key>PayloadVersion</key> | ||
<integer>1</integer> | ||
<key>PayloadContent</key> | ||
<dict> | ||
<key>com.apple.systempreferences</key> | ||
<dict> | ||
<key>Forced</key> | ||
<array> | ||
<dict> | ||
<key>mcx_preference_settings</key> | ||
<dict> | ||
<key>AttentionPrefBundleIDs</key> | ||
<integer>0</integer> | ||
</dict> | ||
</dict> | ||
</array> | ||
</dict> | ||
</dict> | ||
</dict> | ||
</array> | ||
</dict> | ||
</plist> |
59 changes: 59 additions & 0 deletions
59
Example-MDM/Jamf-Pro-ID-Only-Example-com.macjutsu.super.mobileconfig
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
<?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"> | ||
<dict> | ||
<key>PayloadUUID</key> | ||
<string>C70AFE28-6CB4-467D-99E6-AE5F2C5E4716</string> | ||
<key>PayloadType</key> | ||
<string>Configuration</string> | ||
<key>PayloadOrganization</key> | ||
<string>Macjutsu</string> | ||
<key>PayloadIdentifier</key> | ||
<string>C70AFE28-6CB4-467D-99E6-AE5F2C5E4716</string> | ||
<key>PayloadDisplayName</key> | ||
<string>S.U.P.E.R.M.A.N. Jamf Pro ID Only Example</string> | ||
<key>PayloadDescription</key> | ||
<string>This sends the computer's Jamf Pro ID for use by the super update script.</string> | ||
<key>PayloadVersion</key> | ||
<integer>1</integer> | ||
<key>PayloadEnabled</key> | ||
<true/> | ||
<key>PayloadRemovalDisallowed</key> | ||
<true/> | ||
<key>PayloadScope</key> | ||
<string>System</string> | ||
<key>PayloadContent</key> | ||
<array> | ||
<dict> | ||
<key>PayloadDisplayName</key> | ||
<string>Custom Settings</string> | ||
<key>PayloadIdentifier</key> | ||
<string>F4B5AEAE-4579-4C62-A95E-2645ADA76815</string> | ||
<key>PayloadOrganization</key> | ||
<string>Macjutsu</string> | ||
<key>PayloadType</key> | ||
<string>com.apple.ManagedClient.preferences</string> | ||
<key>PayloadUUID</key> | ||
<string>F4B5AEAE-4579-4C62-A95E-2645ADA76815</string> | ||
<key>PayloadVersion</key> | ||
<integer>1</integer> | ||
<key>PayloadContent</key> | ||
<dict> | ||
<key>com.macjutsu.super</key> | ||
<dict> | ||
<key>Forced</key> | ||
<array> | ||
<dict> | ||
<key>mcx_preference_settings</key> | ||
<dict> | ||
<key>JamfProID</key> | ||
<string>$JSSID</string> | ||
</dict> | ||
</dict> | ||
</array> | ||
</dict> | ||
</dict> | ||
</dict> | ||
</array> | ||
</dict> | ||
</plist> |
File renamed without changes.
61 changes: 61 additions & 0 deletions
61
Example-MDM/Recommended-Apple-Software-Update-Settings.mobileconfig
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
<?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"> | ||
<dict> | ||
<key>PayloadUUID</key> | ||
<string>11F60840-A42D-4D5E-BCA7-44C4AEC4F7C9</string> | ||
<key>PayloadType</key> | ||
<string>Configuration</string> | ||
<key>PayloadOrganization</key> | ||
<string>Macjutsu</string> | ||
<key>PayloadIdentifier</key> | ||
<string>11F60840-A42D-4D5E-BCA7-44C4AEC4F7C9</string> | ||
<key>PayloadDisplayName</key> | ||
<string>Apple Software Update Settings</string> | ||
<key>PayloadDescription</key> | ||
<string>These settings disable the automatic download and installation of system updates but enable the automatic installation of all other software update types.</string> | ||
<key>PayloadVersion</key> | ||
<integer>1</integer> | ||
<key>PayloadEnabled</key> | ||
<true/> | ||
<key>PayloadRemovalDisallowed</key> | ||
<true/> | ||
<key>PayloadScope</key> | ||
<string>System</string> | ||
<key>PayloadContent</key> | ||
<array> | ||
<dict> | ||
<key>PayloadUUID</key> | ||
<string>85671462-39F4-47E4-9C48-AF2F4D9266EB</string> | ||
<key>PayloadType</key> | ||
<string>com.apple.SoftwareUpdate</string> | ||
<key>PayloadOrganization</key> | ||
<string>Macjutsu</string> | ||
<key>PayloadIdentifier</key> | ||
<string>85671462-39F4-47E4-9C48-AF2F4D9266EB</string> | ||
<key>PayloadDisplayName</key> | ||
<string>Software Update</string> | ||
<key>PayloadDescription</key> | ||
<string/> | ||
<key>PayloadVersion</key> | ||
<integer>1</integer> | ||
<key>PayloadEnabled</key> | ||
<true/> | ||
<key>CatalogURL</key> | ||
<string/> | ||
<key>AutomaticallyInstallAppUpdates</key> | ||
<true/> | ||
<key>AutomaticallyInstallMacOSUpdates</key> | ||
<false/> | ||
<key>AutomaticCheckEnabled</key> | ||
<true/> | ||
<key>AutomaticDownload</key> | ||
<false/> | ||
<key>ConfigDataInstall</key> | ||
<true/> | ||
<key>CriticalUpdateInstall</key> | ||
<true/> | ||
</dict> | ||
</array> | ||
</dict> | ||
</plist> |
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Oops, something went wrong.