Tagged Content List
  • Wiki Page: List Unused/Used/All Content Database through Powershell

    Reference : http://gallery.technet.microsoft.com/office/List-Unused-Content-c078e894 clear #Import Localized Data #Import-LocalizedData -BindingVariable Message #Add-PsSnapin Microsoft.SharePoint.PowerShell #This function is used to get standard content...
  • Wiki Page: SharePoint: Find the Masterpage being used on a Site

    The following snippet of PowerShell demonstrates getting the masterpage and custom masterpage (used on application pages) in use for a web. Add-PSSnapin Microsoft.SharePoint.PowerShell $site = Get-SPSite http://contoso.com $web = $site . RootWeb $web . CustomMasterUrl $web . MasterUrl $web ...
  • Wiki Page: SharePoint: Remove a Search Service Application

    Problem Unable to delete a Search Service application from Central Admin or through PowerShell. Solution At times we need to use STSADM.EXE - This is helping hand for SP Admins :) stsadm.exe -o -deleteconfigurationobject -id 'searchserviceid' References This Wiki is...
  • Wiki Page: SharePoint Farm ID

    This is every time SharePoint administrators need to check when they need to apply License to farm. In this article I am giving the steps How to check that. Step 1 We can check the Farm ID by using the below Power shell commands. 1. Go to->SharePoint management shell 2. Run $SPFarm...
  • Wiki Page: June 2014 Cumulative Updates for SharePoint 2013

    June 2014 Cumulative Updates for SharePoint 2013 June 2014 Cumulative Update for SharePoint 2013 has been released. Please find the below links to get the CU. KB 2881063 - SharePoint Foundation 2013 June 2014 CU (will be available soon) KB 2881061 - SharePoint Server 2013 June 2014 CU ...
  • Wiki Page: Data Manipulation and Calculated Columns in SharePoint

    Introduction Here are some tips on using Calculated columns based on an existing column in the list or Library. Calculated columns are always under used and we tend to write code (Calculation logics) for a column/field to achieve a goal which can be done OOB (out of the box). Example...
  • Wiki Page: SharePoint 2010: A Content Type that does not Belong to a Collection cannot be Updated

    Issue In a certain situation, an exception is thrown, " A Content Type Which Does Not Belong To A Collection Cannot be Updated ", when adding columns to a content type programmatically. Doing a walk through of the code reveals the problem; a new content type was instantiated, then some...
  • Wiki Page: Get SharePoint User Group Names in .NET/C# using CSOM

    Table of Contents Introduction Sample Cases Scenario 1: Application is running under the credential which has access to the SharePoint site. Scenario 2: Application is running by providing connection account credential to the SharePoint site. References Introduction Here we will discuss an important...
  • Wiki Page: SharePoint 2013: Common PowerShell Snippets

    Table of Contents Introduction General Solution Deployment Branding Document Library Site Management PowerShell SharePoint 2010 Developer Dashboard Other languages Introduction This wiki has been created to consolidate the SharePoint PowerShell snippets we use on our day to day SharePoint activities...
  • Wiki Page: SharePoint 2010: Report Builder Appears to Hang When Connecting to a SharePoint Server (RB3)

    Table of Contents Applies To Scenario Work Around See Also Applies To SQL Server 2008 R2 Report Builder 3.0 and a Report Server in SharePoint integrated mode. Scenario When you perform actions in Report Builder 3.0 which require browsing to a SharePoint server, it may appear Report...
  • Wiki Page: Print specific SharePoint Fields using JQUERY

    Code Background ​​This code snippet using jQuery functions can be used to print out specific SharePoint Form Fields This requires two third party jQuery spjs-utility.js - for getting the value of the form fields jQuery.printElement.min.js - for the printing The code...
  • Wiki Page: SharePoint: A Simple way to Configure all the Service Applications for a Development Environment

    While setting up a development environment, You might have to have all the service applications running and there is a shortcut for setting up that. What do you need: 1) You need a Service account or a domain account which has administrative rights on the dev environment(System, SQL and SP Farm...
  • Wiki Page: The CodePlex Corner: Sushi

    Table of Contents Link to SharePointReviews.com product review "End User – Developer" scale Potential pitfalls / problems Tutorial Conclusion and relevant links The link to the project is https://sushi.codeplex.com/ The project that this edition of the CodePlex Corner is...
Page 71 of 82 (2,050 items) «6970717273»