Posted on 07-08-2022 03:08 AM
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
Posted on 07-08-2022 03:54 AM
Posted on 07-08-2022 03:58 AM
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