SharePoint Online – A new SharePoint bar is available to provide global navigation capabilities
If you are using a modern SharePoint site, a new bar is going to appear on the left side to provide global navigation capabilities.
1 min read
cubesys : Apr 21, 2021 12:00:00 AM
As you know, SharePoint Online has evolved over the past few years to provide a more modern experience to publish/edit pages or managing your documents or lists.
Part of this ‘Modern Experience’, your end-users can see a link (at the bottom of the Quick Launch menu, on the left side) to return to the Classic Experience.
As most of the capabilities available in the ‘Classic Experience’ are also available in the ‘Modern Experience’ and the fact all new features or capabilities will be made available only for ‘Modern Experience’, there was a need for SharePoint administrator to manage the link to get back the ‘Classic Experience’.
Well, this is now possible using SharePoint Online PowerShell and the below command, you can disable (or enable back) the link ‘Return to classic SharePoint’
NOTE disabling the ‘Return to classic SharePoint’ link applies at the tenant level; running the below command will disable the link for all sites across the tenant
Connect-SPOService -Url https://<your tenant>-admin.sharepoint.com
Set-SPOTenant -DisableBackToClassic $true
The deployment of this parameter is currently underway for Targeted tenant and will be generally available by end of May
If you are using a modern SharePoint site, a new bar is going to appear on the left side to provide global navigation capabilities.
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...