I've been trying to deploy Office 2011 preferences using Casper this week without much success. I've been using the Configuration Profiles --> Custom Settings to create .plist files which should be copying to the System and User Profile directories with the .plists I've uploaded, but I've found this to not be the case.
My environment:
JSS Version: 9.32
OS Version: 10.9.4
Here are the steps I'm following:
1) Set Preferences on User Account to Generate .plist Files
2) Convert .plists to XML
3) Upload into Casper as Custom Settings within Configuration Profiles
Everything uploads fine and deploys fine, but when I evaluate the workstation I find that it copies the files to these directories, not the correct ones. Casper currently deploys my .plists to:
- /Library/Managed Preferences
- /Library/Managed Preferences/useraccount
However, when placed into these directories, the .plist preferences are not applied to the user or at a system level (i.e. Office 2011 license activation).
Here is how my config profiles are setup currently. Can someone take a look and tell me what I'm doing wrong? Thanks.
I should also note that I've attempted changing the "preference domain" to simply the name of the .plist file (i.e. com.microsoft.office.plist). The result can be seen in the first image. If I specific a filepath as seen in the second image, the .plist doesn't generate at all.