Get Rid of Visual Studio Just-In-Time Debugger Popup

Getting Visual Studio Just-In-Time Debugger popup window often? here is how to disable it: From the Just-In-Time Debugger pop-up window, select “New instance of Microsoft Visual Studio 2010” and click on the “Yes” button for Do you want to debug using the selected debugger? This opens Visual Studio. Close the error message…

Read more

Set-SPPassPhrase: Error deploying administration application pool credentials. Another deployment may be active.

Problem: Got this error message when trying to change pass-phrase in a SharePoint 2013 farm: Set-SPPassPhrase: Error deploying administration application pool credentials. Another deployment may be active. an object of the type Microsoft.SharePoint.Administration.SPMasterPassphraseDeploymentJobDefinition named “Job-admin-passphrase-change” already exists under the parent Microsoft.SharePoint.Administration.SPTimerJobService named “SPTimerV4”. Rename your object or delete the existing object. Solution:…

Read more

How to Remove a Server (WFE/APP) from SharePoint Farm?

How to remove SharePoint server from farm? As per the Technet article, Remove a server from a farm in SharePoint 2013, Use Add/Remove Programs from “Control Panel” to remove SharePoint 2007/2010/2013 servers from the Farm. Control Panel >> Add/Remove programs >> Microsoft SharePoint Server 2013 >> Remove Make sure that the user…

Read more

Change “SharePoint” Branding Text in SharePoint 2013 Suite Bar

Ever wanted to change the “SharePoint” branding text in the Suite bar (in top-left position) of the SharePoint 2013 site? Well, You can set the web application’s SuiteBarBrandingElementHtml property with PowerShell/Object model code, to change the text “SharePoint” shown in top left banner of  SharePoint 2013 sites. Customizing the SharePoint 2013 suite…

Read more

Column Default Value Settings based on Location in SharePoint

While it’s possible to set default values for SharePoint columns at library level at field settings, What if you want to set the default column value of a document based on the folders it’s saved? SharePoint Server / SharePoint Online provides a new feature to set metadata values based on the location!…

Read more

How to Rename SharePoint Folder Programmatically?

To rename a folder in SharePoint 2010, Navigate to the library where the folder exists. Click on “Edit Properties” Provide new name to the folder and click on “Save” button. How rename SharePoint folder programmatically?  To rename a folder in SharePoint document library programmatically, using C# object model code: Rename SharePoint Folder…

Read more

Backup and Restore (Export-Import) Lists in SharePoint 2013 using PowerShell

Requirement: Backup and restore a SharePoint 2013 list between sites. Solution: While saving a list as template, including its content is one solution, it doesn’t work for lists larger  than 50 MB! So, follow below steps to export-import lists in SharePoint 2013 using PowerShell. Export a SharePoint list using PowerShell: Use Export-SPWeb…

Read more

The server was unable to save the form at this time. Please try again

Got this error message when trying to save a new list item. SharePoint didn’t allow me to save! “The server was unable to save the form at this time. Please try again.” It also repeated in few more situations like when trying to create new custom list, trying to add new folder,…

Read more