Posted on 05-15-2024 11:28 AM
Hello again. I'm seeing a lot of older posts about this that are not relevant to Sonoma; most posts are from years ago. This is a 2 part question: I want to upload a Corporate image to be used for Desktop Wallpaper. I'll need this to be built into the "image" we use for MacBooks.
2nd question, once picture is installed in the right folder, all I need to do is use the the "Lock Desktop Picture" setting in Restrictions and add the file path, correct?
Any help is greatly appreciated.
JAMF Pro
Sonoma 14.4.1
MacBook Pro
Solved! Go to Solution.
05-15-2024 12:49 PM - edited 05-15-2024 12:52 PM
This is one of the processes that has not changed in a very long time, your old data is likely totally relevant.
You need to package your image and deploy it with a Policy. Then make a Configuration Profile to force the image as the wallpaper.
Step 1: Package the image.
Step 2: Deploy the image.
Step 3: Enforce the wallpaper with a Configuration Profile.
Note: If the Configuration Profile installs before the Policy with the image, the wallpaper will be set when the device reboots.
05-15-2024 12:49 PM - edited 05-15-2024 12:52 PM
This is one of the processes that has not changed in a very long time, your old data is likely totally relevant.
You need to package your image and deploy it with a Policy. Then make a Configuration Profile to force the image as the wallpaper.
Step 1: Package the image.
Step 2: Deploy the image.
Step 3: Enforce the wallpaper with a Configuration Profile.
Note: If the Configuration Profile installs before the Policy with the image, the wallpaper will be set when the device reboots.
Posted on 05-17-2024 09:22 AM
I was able to follow the directions noted above. When I enroll a device it does not kick in. Then I ran sudo jamf policy and received this error. It doesn't look like /Library/Desktop Pictures loaded.
@AJPinto wrote:This is one of the processes that has not changed in a very long time, your old data is likely totally relevant.
You need to package your image and deploy it with a Policy. Then make a Configuration Profile to force the image as the wallpaper.
Step 1: Package the image.
- Source your image
- Place your image in a working directory like /Library/Desktop Pictures
- Use Jamf Composer to build a package for your image.
- Upload the package to Jamf.
Step 2: Deploy the image.
- Add the package created in step 1 to a Policy.
- Scope the policy to all desired devices.
- Frequency to one per device.
- Trigger on enrollment (or whatever works best for you).
Step 3: Enforce the wallpaper with a Configuration Profile.
- Restrictions Configuration Profile > functionality tab
- Check the box Lock desktop picture
- Define the path to the image from step on in Desktop Picture Path.
- Scope and deploy the Configuration Profile.
Note: If the Configuration Profile installs before the Policy with the image, the wallpaper will be set when the device reboots.
Posted on 05-15-2024 01:03 PM
Thank you very much for these steps. Big help here!