Hi,
I'm new to the JSS and seeking some advice/help.
I am trying to deploy a desktop background to all users.
What i've done so far is deploy the image to the /Library/Desktop Pictures folder on all clients, but now i want to set the background and have the following mcx set:
<dict>
<key>default</key>
<dict>
<key>ImageFilePath</key>
<string>/Library/Desktop Pictures/IMAGE NAME</string>
</dict>
</dict>
But this isn't working when users logon.
Can somebody help please?
