Posted on 10-12-2020 12:49 PM
I am trying to use a config Profile to keep The office Business Pro installer from installing Outlook, Teams, OneNote and OneDrive. Teams will not install but Outlook, OneDrive and OneNote will ignore the settings. I am using this out to a 10.15.7 MBP using JAMF at the compute level.
Anyone else having this issue?
<?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>InstallWord</key>
<true/>
<key>InstallExcel</key>
<true/>
<key>InstallPowerPoint</key>
<true/>
<key>InstallOutlook</key>
<false/>
<key>InstallOneNote</key>
<false/>
<key>InstallOneDrive</key>
<false/>
<key>InstallTeams</key>
<false/>
<key>InstallAutoUpdate</key>
<true/>
</dict>
</plist>