โ10-11-2022 11:17 AM
Dear All,
can it possible to Push Screen Saver on Mac System from Jump Cloud.
Regards
KP
โ10-13-2022 04:52 PM
I assume, you mean the settings for a screen saver, not actually installing a specific one, correct? In which case, yes, you can push a custom MDM profile with your settings, such as:
<?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>Screensaver</string>
<key>PayloadIdentifier</key>
<string>com.apple.screensaver.92D48119-A507-46D9-884C-A20BDFE54C14</string>
<key>PayloadType</key>
<string>com.apple.screensaver</string>
<key>PayloadUUID</key>
<string>RANDOSTRING</string>
<key>PayloadVersion</key>
<integer>1</integer>
<key>askForPassword</key>
<true/>
<key>askForPasswordDelay</key>
<integer>60</integer>
<key>idleTime</key>
<integer>1800</integer>
<key>loginWindowIdleTime</key>
<integer>600</integer>
<key>moduleName</key>
<string>Drift</string>
</dict>
</array>
<key>PayloadDisplayName</key>
<string>Screensaver</string>
<key>PayloadIdentifier</key>
<string>com.nunya.random45DF</string>
<key>PayloadOrganization</key>
<string>Nunya</string>
<key>PayloadScope</key>
<string>System</string>
<key>PayloadType</key>
<string>Configuration</string>
<key>PayloadUUID</key>
<string>RANDOSTRING2</string>
<key>PayloadVersion</key>
<integer>1</integer>
<key>TargetDeviceType</key>
<integer>5</integer>
</dict>
</plist>
New to the site? Take a look at these additional resources:
Ready to join us? You can register here.