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 2013
Tagged Content List
Wiki Page:
SharePoint 2013: How to Configure SQL Server Reporting Services 2012
Gokan Ozcifci
7-8-2014: To find the accurate and updated information please refer to ' How to setup, configure and test SQL 2012 SSRS with SharePoint 2013 ' article. 5-12-2014: Please disregard this article. The information in it is not accurate for SharePoint 2013. You can find the correct information...
on
8 Jul 2014
Wiki Page:
Perform eDiscovery exercise in SharePoint 2013
Tord G. Nordahl
In a previous post we discussed what eDiscovery is and what is its place within SharePoint 2013. I will explain how to exercise an eDiscovery task using features provided by SharePoint. Before we begin, let’s break the features into 4 components. 1. eDiscovery site Templates If we take a...
on
7 Jul 2014
Wiki Page:
Service application architecture – Basic concepts
Tord G. Nordahl
In this post I will cover some basic concepts about service applications. Although some topics like history and differences between old SSP model and service application model are omitted as there are enough resources available. Following are the important keywords we should know Service...
on
7 Jul 2014
Wiki Page:
SharePoint: Use PowerShell to find Fields using a Managed Metadata TermSet
Ed Price - MSFT
Table of Contents Introduction Applies To Download Walkthrough References Introduction Ever wondered how many fields are referencing a Managed Metadata Termset? It's going to be a long and boring job using the Web UI to click through every web... and every list in every web... and every...
on
5 Jul 2014
Wiki Page:
SharePoint: Testing Email Alerts in UAT and DEV Environments
Ed Price - MSFT
Table of Contents Introduction Applies To The two scenarios presented here Introduction to SMTP4Dev Installing SMTP4Dev Configure SharePoint Outbound email with SMTP4Dev running on Port 25 Configure SharePoint Outbound email with SMTP4Dev running on a Custom Port Configure SMTP4Dev to listen on a custom...
on
5 Jul 2014
Wiki Page:
SharePoint: Restore a Deleted Site Collection without a Recent Backup
Ed Price - MSFT
Table of Contents Problem Definition Steps to recreate the issue Resolution Background information Reference See Also Problem Definition Restore Deleted Site Collection without any backup/Restore mistakenly deleted Site Collection Steps to recreate the issue You have mistakenly deleted any...
on
5 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:
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:
SharePoint 2013 : blank dialog box pops-up on login when using Internet Explorer for Yammer App on-Premises
Benoit Jester [MVP]
Introduction? Recently the Business asked me to add the Yammer App on our On-Premises Infrastructure to see what the differences where between the cloud and app version. The Yammer App for SharePoint is free, but before you can use it on SharePoint pages an Office 365 global administrator should...
on
17 Jun 2014
Wiki Page:
SharePoint 2013: Search- Displaying results from “Local SharePoint Results” and from “local People Results”
Mohamed.Radwan-MVP
Scenario If a user makes a generic search for (eg:-India) then search results should display results from “SharePoint Results” as well as displays all the users who have the userprofile location field set to “India” Prerequisite A custom field “LocationUser” needs to be created...
on
8 Jun 2014
Wiki Page:
Find email listed for access requests in SharePoint 2010 / 2013
Sandro Pereira
I ran into a helpful PowerShell script today that I wanted share. When creating SharePoint 2013 sites, by default (maybe it’s our default) the Allow access requests checkbox is enabled. (You can find this by going to Site Settings -> Site Permissions -> Access Request Settings.) ...
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 2013: Save Publishing Site as Template
Benoit Jester [MVP]
Save Site as a Template Open the site in SharePoint Designer 2013. From the tool bar click on Site Options. Select SaveSiteAsTemplateEnabled, click Modify and set value to true if it is false. Click OK, Click OK. Click Administration Web Page from tool bar. On the site settings page, click Master...
on
5 Jun 2014
Wiki Page:
SharePoint 2013: Release Distribution Process
Peter Geelen
Please find below the PowerPoint session about my Webinar « SharePoint 2013 Release Distribution Process »
on
3 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:
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:
How to identify and clean up orphan sites and orphan contentdatabases in SharePoint
radmantom
Orphan sites are of two types, Content DB and Config DB orphan sites. Content DB orphan sites have entries of a site collection in content DB but no entries are found in Config Database siteMap table. Config DB orphan sites have entries of site collection in sitemap table, but no entries for...
on
21 May 2014
Wiki Page:
SharePoint 2013 – Workflow Management – Starting a workflow using Powershell
Sandro Pereira
Table of Contents Introduction The solution References Additional credit Introduction As it is right now, the SharePoint 2013 workflow management isn't exactly straight up using Powershell. The below code should aid in the understanding on how to work with it in its current state. ...
on
8 May 2014
Wiki Page:
SharePoint 20xx : Mettre en place une page de maintenance (fr-FR)
Fernando Lugão Veltem
Lors d’une mise à jour, un besoin relativement récurrent est de pouvoir empêcher les utilisateurs d’accéder au site, tout en leur affichant un message "user-friendly". Il est possible de mettre en place cette fonctionnalité assez facilement : il vous suffit de placer une page nommée "App_Offline...
on
5 May 2014
Wiki Page:
SharePoint 2013 : Nouveauté concernant le déploiement des solutions – Le CompatibilityLevel (fr-FR)
Benoit Jester [MVP]
Table of Contents Exemples Déploiements "sélectifs" des solutions Résultat pour la partie "2013" Résultat pour la partie "2010" Références Conclusion Nous avons vu dans cet article que SharePoint 2013 proposait nativement une coexistence avec SharePoint 2010...
on
1 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:
Removing Old SharePoint Designer Workflow Instances
Carsten Siemens
Table of Contents Caveats Credits As most of you will know, there are two basic types of workflow in SharePoint. Some workflows are authored in SharePoint Designer whilst others are created within Visual Studio. This article is aimed at those who author workflows in SPD. Each time a new...
on
1 May 2014
Wiki Page:
SharePoint 2013: Unattended Installation Gotchas
Benoit Jester [MVP]
An unattended installation is an automated installation of any kind of Microsoft product that you can use to install or upgrade. It can be an operating system or a software application with minimal or NO user intervention. Unattended installations are typically used during large-scale rollouts when...
on
1 May 2014
Wiki Page:
SharePoint 2013 Best Practices Creating a Dev Environment: Folder Settings
Benoit Jester [MVP]
Go back to Creating a Dev Environment Adjust Folder Settings to your liking. Open Windows Explorer Choose Tools > Folder Options... Also, on the General tab > Navigation pane section, click Show All folders. Also, in the Navigation pane section, click Automatically expand to current...
on
30 Apr 2014
Wiki Page:
Slipstream SharePoint 2013 with March PU + CU
Benoit Jester [MVP]
I have seen several inquiries out here on the internet, along with a few blogs where people have experienced issues when trying to slipstream SharePoint 2013 to the latest Cumulative Update, ex: October 2013 CU . As most of you may know, in order to get to the latest build, you must install March 2013...
on
30 Apr 2014
Page 46 of 56 (1,385 items)
«
44
45
46
47
48
»
Can't find it? Write it!
Post an Article