Sign in
Home
Library
Wiki
Learn
Gallery
Downloads
Support
Forums
Blogs
Resources For IT Professionals
United States (English)
Россия (Pусский)
中国(简体中文)
Brasil (Português)
Skip to locale bar
Get this Tag RSS feed
Translate this page
Powered by
Microsoft® Translator
Popular Tags
.net
Active Directory
AD DS
ASP.NET
azure
Benoît Jester
BizTalk
BizTalk Server
BizTalk Server 2010
C#
C# .NET
Chen V
cloud
EAA
Ed Price
Edward van Biljon
en-US
es-ES
Excel
Exchange
Exchange 2010
Exchange 2013
Exchange Server 2010
fa-IR
FIM
FIM 2010
fr-FR
has Back to Top link
has code
has command
has comment
has Conclusion
has download link
has Gallery download
has image
Has Link
has links
has Other Languages
has reference
has References
has See Also
has summary
Has Table
Has TOC
has video
How To
Hyper-V
it-IT
Link Collection
Lync
magazine article
Mehmet Parlakyiğit
Microsoft
Microsoft Azure
Multi Language Wiki Articles
MVP
needs work
Office 365
pgtag
Português Brasil
PowerShell
pt-BR
SCCM
SharePoint
SharePoint 2010
SharePoint 2013
SharePoint 2016
Sharepoint Online
Small Basic
SQL
SQL Server
SQL Server 2012
step by step
stub
System Center
System Center 2012
TAT
TAT Members
TechNet Guru
TechNet Guru Gold Medal Winner
TechNet Guru Medal Winner
TechNet Wiki
TechNet Wiki Featured Article
Translated into French
troubleshooting
tr-TR
T-SQL
Visual Studio
VS
Wiki
Windows
Windows 10
Windows 7
Windows 8
Windows Phone
Windows Phone Migration Content
Windows Server
Windows Server 2008
Windows Server 2008 R2
Windows Server 2012
Browse by Tags
>
TechNet Articles
>
All Tags
>
Sharepoint
Tagged Content List
Wiki Page:
List Unused/Used/All Content Database through Powershell
Chen V
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...
on
4 Jul 2014
Wiki Page:
SharePoint: Find the Masterpage being used on a Site
Chen V
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 ...
on
1 Jul 2014
Wiki Page:
SharePoint: Remove a Search Service Application
Chen V
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...
on
27 Jun 2014
Wiki Page:
SharePoint Farm ID
Muhammad Ehsan
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...
on
19 Jun 2014
Wiki Page:
Autohosted SharePoint App Deprecation Frequently Asked Questions
Dave Kidder
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...
on
18 Jun 2014
Wiki Page:
June 2014 Cumulative Updates for SharePoint 2013
Muhammad Ehsan
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 ...
on
18 Jun 2014
Wiki Page:
Cannot open database “server_search“ requested by the login. The login failed. Login failed for user
Muhammad Ehsan
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...
on
17 Jun 2014
Wiki Page:
Antivirus Exclusions for SharePoint
Muhammad Ehsan
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...
on
17 Jun 2014
Wiki Page:
PowerShell: Créer une Liste/Bibliothèque SharePoint (fr-FR)
Matthew Yarlett
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...
on
6 Jun 2014
Wiki Page:
Data Manipulation and Calculated Columns in SharePoint
Matthew Yarlett
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...
on
6 Jun 2014
Wiki Page:
SharePoint 2010: A Content Type that does not Belong to a Collection cannot be Updated
Matthew Yarlett
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...
on
30 May 2014
Wiki Page:
Get SharePoint User Group Names in .NET/C# using CSOM
Matthew Yarlett
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...
on
30 May 2014
Wiki Page:
SharePoint 2013: Common PowerShell Snippets
Matthew Yarlett
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...
on
30 May 2014
Wiki Page:
SharePoint 2010: Report Builder Appears to Hang When Connecting to a SharePoint Server (RB3)
Matthew Yarlett
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...
on
30 May 2014
Wiki Page:
Print specific SharePoint Fields using JQUERY
Matthew Yarlett
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...
on
30 May 2014
Wiki Page:
SharePoint: A Simple way to Configure all the Service Applications for a Development Environment
Matthew Yarlett
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...
on
29 May 2014
Wiki Page:
The CodePlex Corner: Sushi
Steven Andrews
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...
on
14 May 2014
Wiki Page:
SharePoint: PowerShell Runas
Carsten Siemens
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...
on
1 May 2014
Wiki Page:
Hosting the SharePoint Server 2013 Three-Tier Test Lab with Windows Server 2012 Hyper-V
Fernando Lugão Veltem
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...
on
28 Apr 2014
Wiki Page:
SharePoint 2013 : Disponibilité du Service Pack 1 – Quoi de neuf ? (fr-FR)
Benoit Jester [MVP]
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...
on
28 Apr 2014
Wiki Page:
SharePoint 2013: Creating a Development Environment
Margriet Bruggeman
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...
on
25 Apr 2014
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)
Fernando Lugão Veltem
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ó...
on
24 Apr 2014
Wiki Page:
SharePoint 2010: Claims Authorization and Authentication in SOA-Based Architecture
Carsten Siemens
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...
on
24 Apr 2014
Wiki Page:
[VIDEO] Inteligencia de Negocios con PowerView (es-ES)
Fernando Lugão Veltem
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...
on
23 Apr 2014
Wiki Page:
SharePoint: Querying Active Directory using C#.Net
Shreeharsh Ambli
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...
on
18 Apr 2014
Page 47 of 55 (1,355 items)
«
45
46
47
48
49
»
Can't find it? Write it!
Post an Article