Last active
March 6, 2018 09:08
-
-
Save poundbangbash/58ec77648d3903c40332493bf260d901 to your computer and use it in GitHub Desktop.
com.microsoft.office preference management mobileconfig for Office 15.33+
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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>PayloadContent</key> | |
<dict> | |
<key>com.microsoft.office</key> | |
<dict> | |
<key>Forced</key> | |
<array> | |
<dict> | |
<key>mcx_preference_settings</key> | |
<dict> | |
<key>DefaultsToLocalOpenSave</key> | |
<true/> | |
<key>HaveMergedOldPrefs</key> | |
<true/> | |
<key>OfficeActivationEmailAddress</key> | |
<string>Company Name</string> | |
<key>VisualBasicMacroExecutionState</key> | |
<string>DisabledWithWarnings</string> | |
<key>kCUIThemePreferenceThemeKeyPath</key> | |
<integer>0</integer> | |
<key>msoridDefaultMinimumSeverity</key> | |
<integer>200</integer> | |
<key>msoridEnableLogging</key> | |
<integer>1</integer> | |
</dict> | |
</dict> | |
</array> | |
</dict> | |
</dict> | |
<key>PayloadEnabled</key> | |
<true/> | |
<key>PayloadIdentifier</key> | |
<string>MCXToProfile.ab2857a6-5361-478d-b8ba-61dde3fc3a54.alacarte.customsettings.d85e9ebf-4bba-4d94-9455-ba7bba004a2c</string> | |
<key>PayloadType</key> | |
<string>com.apple.ManagedClient.preferences</string> | |
<key>PayloadUUID</key> | |
<string>d85e9ebf-4bba-4d94-9455-ba7bba004a2c</string> | |
<key>PayloadVersion</key> | |
<integer>1</integer> | |
</dict> | |
</array> | |
<key>PayloadDescription</key> | |
<string>com.microsoft.office</string> | |
<key>PayloadDisplayName</key> | |
<string>com.microsoft.office</string> | |
<key>PayloadIdentifier</key> | |
<string>com.microsoft.office</string> | |
<key>PayloadOrganization</key> | |
<string></string> | |
<key>PayloadRemovalDisallowed</key> | |
<true/> | |
<key>PayloadScope</key> | |
<string>System</string> | |
<key>PayloadType</key> | |
<string>Configuration</string> | |
<key>PayloadUUID</key> | |
<string>ab2857a6-5361-478d-b8ba-61dde3fc3a54</string> | |
<key>PayloadVersion</key> | |
<integer>1</integer> | |
</dict> | |
</plist> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Man I can't wait for 15.33 to be released. Insider Fast for now. :)
Curious, shouldn't this be User Level, since it applies to
~/Library/Group\ Containers/UBF8T346G9.Office/com.microsoft.officeprefs.plist
?