Rename SharePoint Service Application, Proxy using PowerShell

If you want to rename a SharePoint service application or Service application proxy, There is no UI available, But PowerShell can help! PowerShell to rename SharePoint Server Service application and Proxy: Do you have a Service Application or Proxy that you need to rename? PowerShell can help! This blog post will show…

Read more

Create New Result Source for Federated Search using PowerShell

The Federated search gathers search results from multiple search engines and presents them on a single page. Creating Federated Search Results in SharePoint is explained in another article: How to Create Federated Search Results in SharePoint 2016? This post targets the PowerShell script to create a new result source for Federated search…

Read more

Hide “Site Contents” Link from SharePoint 2013 / 2016 Quick Launch Navigation

Requirement: Hide site content link from left navigation in the SharePoint 2013 or 2016. How to hide site contents in SharePoint Quick Launch? In SharePoint, Anyone can see the “Site contents” link to the Quick Launch bar by default. This can be helpful when you want to find the items on your…

Read more

Using SharePoint Designer to Edit Property Bags

Property bags are explained in another article: Property Bags in SharePoint – Store, Retrieve Custom Configurations. In short: The property bag feature provides a convenient way to store and retrieve custom configurations instead of keeping them in the web.config files. Usually, property bag settings are managed programmatically with SharePoint object model code…

Read more

Edit Links Missing in SharePoint Navigation?

Edit Links is a new feature introduced in SharePoint 2013 to provide a quick way to Add, Edit, Remove and Re-arrange links in quick launch and top navigation.  Edit Links Missing in SharePoint 2016 Navigation? So, You are not getting Edit links in SharePoint 2013 navigation? Well, check the below factors: Edit…

Read more

Create Usage and Health Data Collection Service Application in SharePoint 2013 / 2016 using PowerShell

The Usage and Health data collection service application in SharePoint collects usage and health data from various sources, including event logs, performance counters, search usage data, site collection and site usage data, and server statistics of the entire farm. There are timer jobs to collect data from log files in the 16\LOGS…

Read more