Showing posts with label Hide Skydrive sky drive News Feed newsfeed sites topmenu items sharepoint 2013 top menu items. Show all posts
Showing posts with label Hide Skydrive sky drive News Feed newsfeed sites topmenu items sharepoint 2013 top menu items. Show all posts

Tuesday, August 13, 2013

Power Shell Script to Hide NewsFeed, Sites, Sky Drive top menu bar in SharePoint 2013

In order to hide the menu bar , We have to make below node text to empty by using PowerShell

i,e. Div tag shoud look like
TODO:
$WebApp =  get-spwebapplication("Any Specific WebApp URL")
$WebApp.SuiteBarBrandingElementHtml = ""
$WebApp.Update()

This can be achieved using Java Script on Master Page or by editing the same in SharePoint designer.