Forum Discussion
Limit onedrive to only sync to computers in the domain, add exceptions
After using Set-SPOTenantPointSyncRestrictLimitedRestrict -Enable -Domain Guids to restrict onedrive to computers in the domain only, add an exception whitelist for individual computers to allow synchronization, exception rules can be for accounts, or for computers, or any other exception, for IP IP
4 Replies
There's no such thing as exceptions, only machines joined to the domain(s) you specify will be allowed.
- Martin15Copper Contributor
Well, thank you for your reply, there are companies to provide mac machine, there are employees private mac machine, how to prevent private mac machine sync onedrive for business information, allow the company's mac machine synchronization
Mac machines are not affected by default, as explained in the documentation: https://docs.microsoft.com/en-us/powershell/module/sharepoint-online/set-spotenantsyncclientrestriction?view=sharepoint-ps
You need to specify additional switch if you want to block them, otherwise they can still connect regardless of any domain restrictions.