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!
KevinBryan
Mar 11, 2021Copper Contributor
This showed up in my tenant on 3/9 for user accounts but not for the global admin or SharePoint admin accounts. It's been more than 48 hours and still no admin accessibility which is a little frustrating as I'd like to get this configured.
Meh.. MS strikes again..
Meh.. MS strikes again..
Irene_Lappalainen225
Mar 17, 2021Brass Contributor
yep, i had to change my admin account to non-admin account (in tr mode) in order to be able to configure the app bar.
- mattchowellMar 17, 2021Iron ContributorI don't see any option to configure it with either an admin or non admin account. Could be because non-admin is not targeted release I suppose so doesn't see the bar yet....
Either way, I added some css to hide it permanently - but there really should be a switch somewhere to just turn it off.- lance-augheyMar 18, 2021Iron ContributorPLEASE tell me/us how you did this? I'm not a coder (by trade), just an infrastructure support weenie, and I would love to know how this can be accomplished. I'm getting so fed up with Microsoft's endless "look, it's another useless row/section of color, pizzazz and highlights" and their avoidance with real issues (e.g., changing tenant names, moving info from one site/library/list to another and integrating PDF management options).
- mattchowellMar 22, 2021Iron Contributor
lance-augheyI have an SPFx extension that injects a custom stylesheet into sites where we need to "adjust" Msft's odd design decisions. So I added this to it:
#sp-appBar{display:none !important;}
Google tahoe ninjas spfx extensions to find out how to add a stylesheet.
- Irene_Lappalainen225Mar 17, 2021Brass ContributorI was not able to configure it with non-admin account until that non-admin account was in TR mode. And there is a switch to temporarily switch it off, as stated above, you can run powershell Set-SPOTemporarilyDisableAppBar $true