Forum Discussion
Christophe Humbert
Jul 03, 2020Steel Contributor
Office 365 sign-in with Intune on MacOS
Hello everyone,
I am quite new to this and I need to manage some Mac with intune/Endpoint manager and I would like to have my users not to have to key in their UPN/email when configuring Office 365 just to put their password.
I have already made a mobileconfig file but it is not working. if anyone has some idea
<?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>
<false/>
<key>HaveMergedOldPrefs</key>
<true/>
<key>OfficeActivationEmailAddress</key>
<string>$EMAIL</string>
<key>OfficeAutoSignIn</key>
<true/>
<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>
thanks in advance
No RepliesBe the first to reply