SharePoint Online – You can disable ‘Add shortcut to OneDrive’ (preview)

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).

image

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 to your SharePoint tenant

Connect-SPOService -Url https://<your tenant>-admin.sharepoint.com

  • Disable the ability to add new shortcut

Set-SPOTenant -DisableAddShortcutsToOneDrive $true

image

OneDrive – You can now add a shortcut to a shared content in your files

As you know, OneDrive for Business is your personal storage space on Office 365 as well your personal directory to access and manage shared content...

Read More

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.

Read More

Exchange Online – Cortana Email, new automatically generated briefing email

A new automated generated email feature is being introduced to Office 365/Exchange Online called Cortana Email.

Read More