Skip to main content

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 

Look at the DisablePersonalSync key, maybe the AlllowTenenatList optionally

 

Deploy OneDrive Mac 


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