Because preferences are user-specific, you need to run the script in the user's context. Therefore, the preferred method is to create a script that incorporates all the defaults commands that you want to use to set preferences. plist file to other Mac devices in your organization that have Office installed. In some cases, you can actually copy that. plist file and modify it with your organization's preferences. For example, if you want to set the first day of the week in Calendar view in Outlook to be Monday, you can open Terminal and enter the following command: defaults write CalendarFirstDayOfWeek -int 2įor more examples of Outlook preferences, see Set preferences for Outlook for Mac. The best way to add or edit preferences is by using the defaults command.
plist file is located in the Data/Library/Preferences folder. For example, the app container for Outlook is named. The app container is located in the user's ~/Library/Containers folder.
The app container is created the first time an app is run. Preference files are stored in the app container, which isn't the same thing as the app bundle.
But, preference files aren't part of the app bundle for an app, so you can make changes to these files. This means that you can't customize the app bundle before or after you deploy Office. To help improve security, Office for Mac has implemented Apple app sandboxing guidelines.