Azure AD – You can now use GPS coordinates for better accuracy on Named Location
As you know, you can configure Named Location on Azure AD for use with Conditional Access either based on public IP address or country.
cubesys : Apr 21, 2021 12:00:00 AM
Few months back, Microsoft has introduced the option to end-user to add a shortcut pointing to a Document library location (including folders) to their OneDrive (see https://t.co/0UWgeayh1y).
Well, while this can be quite useful this also introduce some challenges, like if the user has added a shortcut to a location and then forget and try to sync the location with the OneDrive client it will fail.
If you want to disable this option, you can using the below PowerShell command.
This will disable the ability to add new shortcut but will not remove existing ones (keep in mind this is currently a preview feature)
Connect-SPOService -Url https://<your tenant>-admin.sharepoint.com
Set-SPOTenant -DisableAddShortcutsToOneDrive $true
As you know, you can configure Named Location on Azure AD for use with Conditional Access either based on public IP address or country.
If you work with Azure Active Directory (AAD, Azure AD), you should already know the Named Locations (also known as Trusted Locations) settings which...
As you may already know, if you access your SharePoint Online site (Modern experience only) with a web browser you have the capability to copy/move...