Skip to main content

Getting back to testing OneDrive since we're moving to it this year. For the most part it looks like it's working, but one issue I'm having is, when launching OneDrive, it's not populating the email address on the first step. The below is what we have setup. We're trying to match with Windows settings are going to be, but it looks like some settings are available on the Mac side like,


Continue syncing on metered networks


Continue syncing when devices have battery saver mode turned on





<dict>
<key>DisablePersonalSync</key>
<true/>
<key>DisableTutorial</key>
<true/>
<key>DefaultFolder</key>
<dict>
<key>Path</key>
<string>~/OneDrive - CompanyName</string>
<key>TenantID</key>
<string>ourtenantID</string>
</dict>
<key>AutomaticUploadBandwidthPercentage</key>
<integer>30</integer>
<key>FilesOnDemandEnabled</key>
<true/>
<key>BlockExternalSync</key>
<true/>
<key>AllowTenantList</key>
<dict>
<key>ourtenantID</key>
<true/>
</dict>
<key>KFMSilentOptIn</key>
<string>ourtenantID</string>
<key>KFMSilentOptInWithNotification</key>
<true/>
<key>KFMSilentOptInDesktop</key>
<true/>
<key>KFMSilentOptInDocuments</key>
<true/>
<key>KFMBlockOptOut</key>
<true/>
<key>WarningMinDiskSpaceLimitInMB</key>
<integer>30</integer>
</dict>
</plist>

  

Try deploying this plist


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>OfficeAutoSignIn</key>
<true/>
<key>OfficeActivationEmailAddress</key>
<string>$EMAIL<string>
</dict>
</plist>

 


Hi,


 do you deploy the sso Extension for entra? Thats necessary for sso


Reply