SharePoint Error : The search application ‘ on server did not finish loading. View the event logs on the affected server for more information.

SharePoint Error : The search application ‘ on server did not finish loading. View the event logs on the affected server for more information.

 

How to Invoke WebAPI using PowerShell – SharePoint 2013

PowerShell Series : How to Invoke WebAPI using PowerShell

 

Powershell Tips Series : How to add a user as a site collection admin on each and every My Site in SharePoint

This code snippet would be helpfull when you try to add a user as site collection administrator to multiple sites. The list of sites that needs to be processed can be passed via text file as input

 
 

Powershell Tips Series : Download all attachments from a SharePoint list

Use the below Poweshell script to download all the attachments from a SharePoint list / library and save those files to local folder

 

Powershell Series : Creating SharePoint Online Site Collection with Theme and Logo

Create a site collection in SharePoint Online with this powershell script. This code snippet accepts site template storage and resource quota and time zone as configurable input parameters for creation of site collection

 

Powershell Tips Series : How to add a user as a Site Collection Administrator in SharePoint Online

This powershell code snippet allows you to add a user as site collection administrator in SharePoint online

 
 

How to Get User Profile Properties in SharePoint 2013 using JavaScript

In this article let us see how to get User Profile Properties in SharePoint 2013 using JavaScript.

 

How to Deploy the SandBox Solutions in SharePoint 2013 Using PowerShell

In this article let us see how to deploy the sandBox Solution using Powershell in SharePoint 2013

 

How to Set the Page Layout in SharePoint 2013 using PowerShell

How to Set the PageLayout in SharePoint 2013 Using Powershell – Code Snippet

 
 

How to Set the Master Page in SharePoint 2013 using PowerShell

How to Set the Master Page in SharePoint 2013 using PowerShell