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 2010
Tagged Content List
Wiki Page:
SharePoint: Script PowerShell pour Copier les Documents Entre des Sites
Mohamed El-Qassas MVP
S'applique à SharePoint 2007 SharePoint 2010 Note : Cet article est une traduction. Une tâche très commune et pénible pour les administrateurs est de copier des documents entre des sites. Les flux de travail servent à faire la même chose. Pour donner plus de souplesse, le script suivant...
on
3 May 2017
Wiki Page:
SharePoint 2010: Restore site collection within the same farm
Mohamed El-Qassas MVP
Table of Contents Introduction Issue Resolution Step–by-step details See Also Introduction We are aware that requirements can be of any form. It might be logically possible or not but when the requirements arise then clock starts ticking and task assignment counter starts! One of our users...
on
2 May 2017
Wiki Page:
SharePoint 2010: Programmatically Add Javascript or CSS to Pages in SandBox Web Part
Richard Mueller
When you are creating a farm solution , it is easy to include javascript files into site pages using a CustomAction. You can add the JavaScript file to _layouts folder and use as: < CustomAction Location = "ScriptLink" ScriptSrc = "/_layouts/.../your_javascript_file.js"...
on
25 Apr 2017
Wiki Page:
SharePoint 2013: Access User Profile Service Data using JSOM
Richard Mueller
In this article, we will learn to manage or access User Profile Service (UPS) Application using JSOM (Javascript Object Model) and create a basic app. Before we start, let's go through basic UPS terminology. User Profile – holds the information of someone in an organization. Profiles may be...
on
19 Apr 2017
Wiki Page:
Web Sensitive Files and SharePoint (SharePoint 2010, 2013 and 2016)
Richard Mueller
Update: April 14, 2017 - Although this article was originally written with the SharePoint 2010 release it is also applicable to the SharePoint 2013 and 2016 platforms. The links go to screenshot images. Within the SharePoint platform, any file type can be blocked at the Farm Administrator level...
on
14 Apr 2017
Wiki Page:
SharePoint Resources on the TechNet Wiki
Arleta Wanat
Table of Contents Introduction SharePoint 2013 Articles SharePoint 2010 Articles SharePoint Articles Common Across Versions See Also Other Languages Introduction This page contains mostly all links to all the SharePoint resources that are available on the TechNet Wiki. Not all articles are...
on
12 Apr 2017
Wiki Page:
SharePoint 2016 Farm Admin account vs. Farm Administrator Group in Central Admin
RajeeshMenoth
It is a common understanding that when you add a user into Farm Administrator group via Central admin, then it can access everything in the Central Admin and perform all operations. If you are thinking the same way then it is not correct. As a member of Farm Administrator group, you can perform only...
on
11 Apr 2017
Wiki Page:
SharePoint 2013: SpyFiles (CEWS Pipeline Toolkit)
Richard Mueller
Table of Contents SpyFiles Usage Configuration Configuration Example with Conditional Execution Example output Configuration options OutputDirName FileExtension ElementName See Also SpyFiles Create an XML file containing all properties available to CEWS. One file will be created for each...
on
8 Apr 2017
Wiki Page:
SharePoint 2010: How to Calculate Total Years of Experience in Present Company?
Richard Mueller
A request from a client for the total years of experience needs to be displayed/updated without user intervention and to display the information in a SharePoint list. All the other information about users like First Name, Job Title etc., were displayed in the custom list using "Person or Group"...
on
8 Apr 2017
Wiki Page:
SQL: How to determine who is connected to your server
Peter Geelen
Here's how to determine who is connected to your SQL. This is very helpful if you are moving your SharePoint from one SQL Instance to another Steps: Open up SQL Server Management Studio. Execute a new query, type SP_Who and then run or execute the query.
on
6 Apr 2017
Wiki Page:
SharePoint 2010: Dialog box using JavaScript
Ken Cenerelli
SharePoint 2010 provides a new feature - Modal Dialogs box - which is based on the JavaScript client object modal. This popup can open up a new page while you are on the current page with no need to redirect/navigate to the other page. In SharePoint OOB functionalities this popup is used mostly to...
on
1 Apr 2017
Wiki Page:
SharePoint 2010: Host header Web Application
Ken Cenerelli
When you create a web application in SharePoint 2010 you specify an IIS website name and a port number to which the web application will be running on. To browse that web application you normally enter the server IP address and port number in the HTTP URL (e.g http://ServerIPAddress:portanumber ...
on
1 Apr 2017
Wiki Page:
SharePoint 2010: Print a Web Part Zone
RajeeshMenoth
Requirement : To print multiple Web Parts in a Web Part zone from the home page of a Web site. Following: The steps we are requiring to achieve it: 1. Add the Web Parts in a Web Part Zone. 2. Open the site in the SharePoint Designer, open the home page .aspx file, select the Web Part...
on
30 Mar 2017
Wiki Page:
SharePoint 2010: Build a Loop Workflow
Peter Geelen
Table of Contents Introduction Setting the Scene Custom List Building the Forms New Form View Legal Administrator View Requester View Attorney View Completed View Form Load Rule New Form View Rule Legal Administrator Form View Rule Requester Form View Rule Attorney Form View Rule Completed Form View...
on
30 Mar 2017
Wiki Page:
Count or GroupBy list item based on Person or Group column
Ken Cenerelli
Hello All, Last week someone asked one question in the forum about counting the item based on person or group column. However, there are many ways to do this but one simple way is with a mix of CAML and LINQ. You can also apply the same code to any list column instead of person or group. This...
on
24 Mar 2017
Wiki Page:
SharePoint 2010: How to Customize List Content Display using Content Query Web Part
RajeeshMenoth
This post is going to describe how we can use Content Query Web Part to Style SharePoint List. Assume we have a SharePoint list called Projects with the following fields: As you already know, the default look and feel would be like this: Let's render this list in a format something...
on
19 Mar 2017
Wiki Page:
SharePoint 2013: Step by step automated unattended scripted SharePoint installation with AutoSPInstaller
RajeeshMenoth
AutoSPInstaller is one of the great projects that facilitate Automated SharePoint installation. Though SharePoint is a great product everybody agrees it is not applying to SharePoint Product Configuration Wizard, i sn't it? Earlier there were difficulties when working with AutoSPInstaller...
on
19 Mar 2017
Wiki Page:
SharePoint 2010 Troubleshooting: This file cannot be saved because some properties are missing or invalid
Peter Geelen
Issue This file cannot be saved because some properties are missing or invalid. Use the Document Information Panel to provide the correct property values. Errors for required properties are marked with a red asterisk, and errors for invalid properties are marked with a red dashed border A user...
on
9 Mar 2017
Wiki Page:
SharePoint 2010: Using SP Emulator to Test List Creation
Peter Geelen
Open the visual studio 2012 and add empty SharePoint project. Then create the project as farm solution by giving the testing SharePoint server URL (you can give sandbox solution as per your requirement) Then I'm going to add a feature ; which is going to create a SharePoint list in feature...
on
8 Mar 2017
Wiki Page:
SharePoint Online (Bolum 2): Sitelerinde ÇaliŞmak (tr-TR)
Edward van Biljon
1.Bölümümüz de Office 365' de Sharepoint Online' ı teknik olarak nasıl yöneteceğimize dair ayrıntılar verdik. Şimdi artık Sharepoint Online Sitelerimizi incelemeye başlayacağız. İlk bölümde de bahsettiğimiz üzere Office 365 hesabımızı aktif ettiğimiz de Sharepoint Online için de yapılandırma...
on
25 Jan 2017
Wiki Page:
SharePoint 2010: WhatIf Parameter in PowerShell
Ken Cenerelli
Windows PowerShell is a command-line scripting tool that provides an administrator full access to applicable application programming interfaces (APIs), along with the ability to unlock the capability to interact directly with SharePoint 2010 Products to manipulate Web applications, site collections...
on
14 Jan 2017
Wiki Page:
SharePoint 2010: Customize the New Item Icon
Ken Cenerelli
When you add new items to SharePoint 2010, a new icon appears beside the title of added item as the below image. The default time period of this new icon is 2 days . You can modify the time period by using the stsadm command. In this example, the new icon will disappear after 5 days...
on
14 Jan 2017
Wiki Page:
SharePoint 2010: Uninstallation
Ken Cenerelli
This topic is a how to. Please keep it as clear and simple as possible. Avoid speculative discussions as well as a deep dive into underlying mechanisms or related technologies. To remove or uninstall SharePoint 2010 , do the following: Login with local administrator user. Go to "...
on
14 Jan 2017
Wiki Page:
SharePoint designer error after copy and paste action with number value
mgragnani
Copy and paste in SPD 2013 or 2016 is really useful, nonetheless a minor bug occurs if you try to copy and paste an action with a a value set to a number. In this example I copied a "Set workflow variable action" with a variable that is set to number type, and value 1. After...
on
11 Jan 2017
Wiki Page:
Installation of the package failed while installing CU on SharePoint Server 2010 or 2013
Ken Cenerelli
Issue: Update of Cumulative Update (CU) installation failed with error. Installation of the package failed. Cause: Missing CAB file while downloading (below for OCT-CU). 1. While downloading the CU from the MS site below , check the size of the ZIP file. It should be 1,232,518 KB. 2....
on
4 Jan 2017
Page 12 of 40 (977 items)
«
10
11
12
13
14
»
Can't find it? Write it!
Post an Article