Browse by Tags

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: Autohosted SharePoint App Deprecation Frequently Asked Questions

    This article is intended to be an FAQ for the community to ask and answer questions related to the deprecation of the SharePoint Autohosted App Preview Program. The deprecation was announced via this post: http://blogs.office.com/2014/05/16/update-on-autohosted-apps-preview-program/ The FAQ...
  • 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: Cannot open database “server_search“ requested by the login. The login failed. Login failed for user

    Cannot open database “server_search“ requested by the login. The login failed. Login failed for user - See more at: http://expertsharepoint.blogspot.de/2014/06/cannot-open-database-seversearch.html#sthash.UpHCK592.dpuf Cannot open database “server_search“ requested by the login. The login failed. Login...
  • Wiki Page: Antivirus Exclusions for SharePoint

    Antivirus Exclusions for SharePoint When I am working for the projects, we have a requirement for antivirus exclusions of SharePoint and SQL. Many Administrators think that, exclusion is really required for SharePoint? Here in the article I am providing the details as per my experience. Explanation...
  • Wiki Page: PowerShell: Créer une Liste/Bibliothèque SharePoint (fr-FR)

    Note : Cet article est une traduction. Table of Contents Paramètres Code Appel de la fonction Autres Langues Utilisez la fonction Create-SharePointLibrary pour créer une nouvelle liste ou bibliothèque SharePoint. Paramètres $webUrl - Obligatoire - Url du site SharePoint...
  • 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...
  • Wiki Page: SharePoint: PowerShell Runas

    Introduction Have you ever had a SharePoint PowerShell script where you need to run a section of the script with elevated privileges (for example, under the security context of the farm service account), without being prompted to enter credential information? You can achieve this by running...
  • Wiki Page: Hosting the SharePoint Server 2013 Three-Tier Test Lab with Windows Server 2012 Hyper-V

    The SharePoint Server 2013 three-tier test lab consists of five separate computers on the Corpnet subnet: DC1 : The domain controller, DNS server, certification authority, and DHCP server WFE1 : The front-end web server of the SharePoint Server 2013 three-tier farm APP1 : The application server...
  • Wiki Page: SharePoint 2013 : Disponibilité du Service Pack 1 – Quoi de neuf ? (fr-FR)

    Disponibilité du Service Pack 1 Le SP1 de Sharepoint 2013 est disponible : Office 2013 Service Pack 1 now available , Announcing the release of Service Pack 1 for Office 2013 and SharePoint 2013 , Description of Microsoft SharePoint Server 2013 Service Pack 1 (SP1) . Où trouver...
  • Wiki Page: SharePoint 2013: Creating a Development Environment

    Table of Contents Hardware Software Partitioning Optional Software Hyper-V on Windows 8 Making Windows Server 2012 Dev Friendly Installing Handy software on Windows Server 2012 Backup Time Installing the Database Server Installing SharePoint 2013 Installing Developer Tools Configure Workflows for SharePoint...
  • Wiki Page: Como resolver o erro: Error occurred in deployment step ‘Activate Features’: A timeout has occurred while invoking commands in SharePoint host process. (pt-BR)

    Visão Geral Utilizando o Visual Studio 2012 para desenvolver soluções para o SharePoint 2010, me deparei com o erro: Error occurred in deployment step ‘Activate Features’: A timeout has occurred while invoking commands in SharePoint host process. No início, tudo funcionava. Esse erro só...
  • Wiki Page: SharePoint 2010: Claims Authorization and Authentication in SOA-Based Architecture

    Role Management system in SharePoint 2010 and SOA based architecture. Let start with some of the challenges we faced in any organization if there is a role based access to any system in an organization. Whether the system is CRM, legacy, Stand alone applications, portals etc. Every system has there...
  • Wiki Page: [VIDEO] Inteligencia de Negocios con PowerView (es-ES)

    Este es un video generado por Eduardo Castro MVP en Sql Server. Se presenta las principales herramientas de inteligencias de negocios que Microsoft provee, así como las capacidades de autoservicio de inteligencias de negocio por medio de PowerView y Power Pivot. Puedes consultar más recursos...
  • Wiki Page: SharePoint: Querying Active Directory using C#.Net

    Table of Contents Introduction Simple Example Webpart Example One Webpart Example Two Other Examples Get the PrincipalContext Get a Group Get a User Check if a User is a Member of a Group Get a List of all the Users in a Group Add or Remove a User from a Group See Also Introduction If you...
Page 47 of 55 (1,355 items) «4546474849»
Can't find it? Write it!