Posted on 03-12-2025 02:23 AM
Hi to all
i've followed instruction on this link https://www.jamf.com/blog/help-users-activate-microsoft-office-365-and-configure-outlook-in-one-clic... to activate office 365 versione 16.94 on mac but office apps are not signed and when i open outlook the account has not be setted.
In profile setting on the mac the parameter $email has been setted correctly with the email address settted on jamf inventory.
There is something wrong?
Thanks for your help
03-12-2025 06:31 AM - edited 03-12-2025 06:45 AM
I have a plist for Office and Outlook to sign in and activate.
com.microsoft.office
<?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>OfficeActivationEmailAddress</key>
<string>$USERNAME@name.com</string>
<key>OfficeAutoSignIn</key>
<true/>
<key>ShowWhatsNewOnLaunch</key>
<false/>
<key>InstallDefender</key>
<false/>
</dict>
</plist>
Posted on 03-13-2025 02:39 AM
Thanks for your reply,
your plist is similar to mine, but the issue is the same, i mean when i open an office app like excel is not automatically signed (maybe this not happen) but outlook is not automatically configured for the email address, is that possibile?
Thanks
Claudio
Posted on 03-19-2025 05:49 AM
no other solutions?
Thanks a lot
Claudio
Posted on 06-18-2025 04:23 PM
Hi,
I'm running into the same issue as you on 16.98. I have the plist very simple:
com.microsoft.office:
<?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>OfficeActivationEmailAddress</key>
<string>$USERNAME</string>
<key>OfficeAutoSignIn</key>
<true/>
</dict>
</plist>
com.microsoft.Outlook:
<?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>DefaultEmailAddressOrDomain</key>
<string>$USERNAME</string>
</dict>
</plist>
All the other apps sign in automatically using the company portal SSO extension, except Outlook. It does not even populate the "email address" field. Outlook just opens up blank, with no account configured.
Not sure what is going on. @talkingmoose would be great to hear some feedback!
I also was discussing with @sdagley some authentication issues if you disabled the ConnectedOfficeExperiencesPreference key in the com.microsoft.office plist. (Authentication fails completely unless this key is enabled or not set).
Posted on 06-18-2025 04:40 PM
Edit: fresh install of macOS got it working..