From d2af0310dde169f0632d53815b1e586e9a363d15 Mon Sep 17 00:00:00 2001 From: BigMac Admin <106293503+BigMacAdmin@users.noreply.github.com> Date: Wed, 11 Oct 2023 00:56:40 -0700 Subject: [PATCH] Update com.microsoft.office.plist (#635) 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` --- .../com.microsoft.office.plist | 23 +++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/Manifests/ManagedPreferencesApplications/com.microsoft.office.plist b/Manifests/ManagedPreferencesApplications/com.microsoft.office.plist index a0a8155de..874a2d179 100755 --- a/Manifests/ManagedPreferencesApplications/com.microsoft.office.plist +++ b/Manifests/ManagedPreferencesApplications/com.microsoft.office.plist @@ -11,7 +11,7 @@ pfm_format_version 1 pfm_last_modified - 2021-12-22T05:49:22Z + 2023-10-10T00:00:00Z pfm_platforms macOS @@ -138,6 +138,7 @@ InstallAutoUpdate InstallExcel + InstallDefender InstallOneDrive InstallOneNote InstallOutlook @@ -487,6 +488,24 @@ pfm_type boolean + + pfm_app_min + 16.75 + pfm_default + + pfm_description + Uncheck (FALSE) to prevent the Office suite installer from installing Defender. (Not needed if you want to use default value of TRUE.) + pfm_description_reference + 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. + pfm_documentation_url + https://learn.microsoft.com/en-us/deployoffice/mac/preferences-office#app-installation + pfm_name + InstallDefender + pfm_title + Install Defender + pfm_type + boolean + pfm_app_min 16.24 @@ -746,6 +765,6 @@ The default value for this setting allows using MacScript, as there are a number pfm_unique pfm_version - 10 + 11