Skip to main content
Question

OneDrive Buisness account

  • July 8, 2022
  • 2 replies
  • 31 views

Forum|alt.badge.img+3

Hello, 

 

We have an issue where some users are signing into their personal onedrive on their macs. Does anyone know how i can restrict the emails that are able to sign into one drive or that there buisness accounts only 

2 replies

Forum|alt.badge.img+8
  • Valued Contributor
  • 107 replies
  • July 8, 2022

Look at the DisablePersonalSync key, maybe the AlllowTenenatList optionally

 

Deploy OneDrive Mac 


Forum|alt.badge.img+2
  • New Contributor
  • 3 replies
  • July 8, 2022

Hi Jack,
I believe that the option, that you are looking for is the "DisablePersonalSync" option.

So a Plist like this should do the trick for you: 

<?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>DisablePersonalSync</key>

<true/>

</dict>

</plist>

MS has create a great document for all the options that you can configure in OneDrive - You can find it here: https://docs.microsoft.com/en-us/onedrive/deploy-and-configure-on-macos