Skip to content

Commit

Permalink
Update com.microsoft.office.plist (#635)
Browse files Browse the repository at this point in the history
Added the key to block the MS Office Defender installation: https://learn.microsoft.com/en-us/deployoffice/mac/preferences-office#app-installation

Updated `pfm_version`
Updated `pfm_last_modified`
  • Loading branch information
BigMacAdmin committed Oct 11, 2023
1 parent 80cbb4d commit d2af031
Showing 1 changed file with 21 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<key>pfm_format_version</key>
<integer>1</integer>
<key>pfm_last_modified</key>
<date>2021-12-22T05:49:22Z</date>
<date>2023-10-10T00:00:00Z</date>
<key>pfm_platforms</key>
<array>
<string>macOS</string>
Expand Down Expand Up @@ -138,6 +138,7 @@
<array>
<string>InstallAutoUpdate</string>
<string>InstallExcel</string>
<string>InstallDefender</string>
<string>InstallOneDrive</string>
<string>InstallOneNote</string>
<string>InstallOutlook</string>
Expand Down Expand Up @@ -487,6 +488,24 @@
<key>pfm_type</key>
<string>boolean</string>
</dict>
<dict>
<key>pfm_app_min</key>
<string>16.75</string>
<key>pfm_default</key>
<true/>
<key>pfm_description</key>
<string>Uncheck (FALSE) to prevent the Office suite installer from installing Defender. (Not needed if you want to use default value of TRUE.)</string>
<key>pfm_description_reference</key>
<string>Disable the Office Suite installer from installing Defender. Only valid if set with a configuration profile or if written to /Library/Managed Preferences/com.microsoft.office.plist.</string>
<key>pfm_documentation_url</key>
<string>https://learn.microsoft.com/en-us/deployoffice/mac/preferences-office#app-installation</string>
<key>pfm_name</key>
<string>InstallDefender</string>
<key>pfm_title</key>
<string>Install Defender</string>
<key>pfm_type</key>
<string>boolean</string>
</dict>
<dict>
<key>pfm_app_min</key>
<string>16.24</string>
Expand Down Expand Up @@ -746,6 +765,6 @@ The default value for this setting allows using MacScript, as there are a number
<key>pfm_unique</key>
<true/>
<key>pfm_version</key>
<integer>10</integer>
<integer>11</integer>
</dict>
</plist>

0 comments on commit d2af031

Please sign in to comment.