Forum Discussion
DaithiG
Jan 15, 2019Iron Contributor
Conditional Access: Sharepoint and OneDrive for Business
Hi all, I understand that OneDrive for Business is SharePoint. However is there a way to block access to SharePoint (or specific sites) using CA but not OneDrive?
- Jan 15, 2019
You can toggle this on a per-site (collection) basis via the ConditionalAccessPolicy parameter on the Set-SPOSite cmdlet as detailed here: https://docs.microsoft.com/en-us/sharepoint/control-access-from-unmanaged-devices#block-or-limit-access-to-a-specific-sharepoint-site-collection-or-onedrive
VasilMichev
Jan 15, 2019MVP
You can toggle this on a per-site (collection) basis via the ConditionalAccessPolicy parameter on the Set-SPOSite cmdlet as detailed here: https://docs.microsoft.com/en-us/sharepoint/control-access-from-unmanaged-devices#block-or-limit-access-to-a-specific-sharepoint-site-collection-or-onedrive
- DaithiGJan 15, 2019Iron Contributor
Hi VasilMichev, that's very useful! Thanks