Forum Discussion
ganeshsanap
Feb 26, 2021MVP
Introducing a SharePoint app bar that features global navigation
Microsoft is introducing a SharePoint app bar in SharePoint online that will feature global navigation in your SharePoint modern communication and team sites. The SharePoint app bar brings a cons...
- Mar 22, 2021
You can disable the SharePoint app bar temporarily using PowerShell until October 31, 2021.
To run the PowerShell commands you will need either Global administrator or SharePoint administrator privileges. Follow below steps:
- Download the latest version of SharePoint online PowerShell
- Then, run the following command with administrator privileges:
Set-SPOTemporarilyDisableAppBar $true
Please Like if you found my reply helpful in any way!
mattchowell
Mar 17, 2021Iron Contributor
How do we turn this off? It's visually distracting, unnecessary and hasn't been approved by my company yet.
PhilineVon
Mar 17, 2021Iron Contributor
As in the article above
How to disable the SharePoint app bar?
You cannot disable the SharePoint app bar permanently. However, you can temporarily disable the SharePoint app bar in your tenant using PowerShell until October 31, 2021.
To temporarily disable the SharePoint app bar:
Download the latest version of SharePoint Online PowerShell.
Then, run the following command with administrator privileges:
Set-SPOTemporarilyDisableAppBar $true
How to disable the SharePoint app bar?
You cannot disable the SharePoint app bar permanently. However, you can temporarily disable the SharePoint app bar in your tenant using PowerShell until October 31, 2021.
To temporarily disable the SharePoint app bar:
Download the latest version of SharePoint Online PowerShell.
Then, run the following command with administrator privileges:
Set-SPOTemporarilyDisableAppBar $true
- Guilleni2050Apr 28, 2021Copper ContributorThe Set-SPOTemporarilyDisableAppBar $true is not working
- ganeshsanapMay 03, 2021MVP
Guilleni2050 Are you getting any error while running this command?
Try running this command after updating SP online PowerShell module to latest version.