Storage - Block OneDrive for Business Sync From Unmanaged Devices
Summary
Reason
Since the security of unmanaged devices cannot be verified through existing policies, brokers or endpoint protection, they may become risky. If the users are allowed to sync data to these devices, then, this will take that data out of the control of the organization which in turn increases the risk of the data either being intentionally or accidentally leaked.
Note- However, this setting is only applicable to Active Directory domains when operating in a hybrid configuration and not to Azure AD domains. If you have devices which are only Azure AD joined, then, Conditional Access policy can be used instead.
What If?
If this feature is enabled, then, it will prevent the users from using the OneDrive for Business Sync client on devices that are not joined to the domains that were defined.
How to?
- Navigate to Microsoft 365 administration portal (https://admin.microsoft.com), click on All Admin centers and then Show All, then SharePoint.
- Now, click Settings followed by OneDrive - Sync
- Check the Allow syncing only on computers joined to specific domains
- Use the Get-ADDomain PowerShell command to obtain the GUID from each domain then add them to the box.
- Click Save
To block the sync on unmanaged devices, you can also use SharePoint Online PowerShell:- Connect to SharePoint Online using Connect-SPOService
- Now, run the following PowerShell command and provide the DomainGuids from the Get-AADomain command:
- Connect to SharePoint Online using Connect-SPOService
- Now, run the following PowerShell command and provide the DomainGuids from the Get-AADomain command:
Monitor:
- Navigate to Microsoft 365 administration portal (https://admin.microsoft.com), click on All Admin centers and then Show All, then SharePoint.
- Now, click Settings followed by OneDrive - Sync
- Verify that Allow syncing only on computers joined to specific domains is checked
- Verify that the Active Directory domain GUIDs are listed in the box.
- Use the Get-ADDomain PowerShell command to obtain the GUID for each on-premises domain
To verify sync settings on unmanaged devices, you can also use SharePoint Online PowerShell:- Connect to SharePoint Online using Connect-SPOService
- Now, run the following PowerShell command:
- Connect to SharePoint Online using Connect-SPOService
- Now, run the following PowerShell command:
Comments
Post a Comment