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 2010: indicatore di presenza (it-IT)
Ed Price - MSFT
Di seguito è riportato il frammento di codice per la visualizzazione dell'indicatore di presenza degli utenti in SharePoint. Il valore di sipAddress utilizzato nel codice per la visualizzazione dello stato di presenza degli utenti può essere ricavato da una delle seguenti tre fonti 1) la proprietà...
on
17 Jan 2014
Wiki Page:
SharePoint 2010: PowerShell Script to List Out Webparts Used in Publishing Pages
Benoit Jester [MVP]
This PowerShell script will list all of the webparts used in all publishing pages in a site. This script does not take any argument at the time of invoking it. This requires an input value for the site URL. This will be asked during the execution time and a message will be flashed to provide the...
on
17 Jan 2014
Wiki Page:
SharePoint 2010: Comment Déterminer quelles Bibliothèques de Documents sont Protégées par RMS (fr-FR)
Benoit Jester [MVP]
Note : Cet article est une traduction. Cliquez sur Start --> All Programs --> Microsoft SharePoint 2010 Products , et cliquez ensuite sur SharePoint 2010 Management shell . (Exécutez en administrateur) Exécutez le script suivant dans le "Management shell". ...
on
17 Jan 2014
Wiki Page:
SharePoint 2010: Convert a SharePoint document name to a Friendly name that you can save
Ed Price - MSFT
Convert a SharePoint name to a Friendly name that you can save, returning max of 180 characters private static readonly Regex InvalidCharsRegex = new Regex(@ "[\*\?\|\\\t/:" "'<>#{}%~&]" , RegexOptions.Compiled); private static readonly Regex...
on
16 Jan 2014
Wiki Page:
SharePoint 2010: Registering Event Handlers
Ed Price - MSFT
Adding an Event Handler via Code var list = SPContext.Current.Web.TryGetList( "ListURL" ); if (list!= null ) { SPEventReceiverDefinition eventHandler = list.EventReceivers.Add(); eventHandler.Assembly = AssemblyName; eventHandler.Class = ClassName; eventHandler...
on
16 Jan 2014
Wiki Page:
SharePoint 2010: Datasheet View Now Supports Event Receiver Custom Error Messages (hotfix issued)
Ed Price - MSFT
Update - March 1st, 2012 Microsoft has issued a hotfix that provides support for event receiver custom error messages in a SharePoint 2010 Datasheet View! Download the hotfix - http://support.microsoft.com/kb/2597943 I have a detailed blog post about the scenario and hotfix - http://craiglussier...
on
16 Jan 2014
Wiki Page:
SharePoint 2010: Démarrer un Timer Job à partir d'une Collection de Sites (fr-FR)
Ed Price - MSFT
Note : Cet article est une traduction.; ajout d'un "using" dans le code. Table of Contents Introduction Solution Autres langues Introduction Les timer jobs dans SharePoint 2010 sont des tâches s'exécutant sur un ou plusieurs serveurs à une date spécifiée. Ils peuvent être...
on
16 Jan 2014
Wiki Page:
SharePoint 2010: Start Timer Job from Site Collection
Ed Price - MSFT
Table of Contents Introduction Solution Other languages Introduction Microsoft SharePoint 2010 timer jobs are executable tasks that run on one or more servers at a scheduled time. They can be configured to run exactly one time, or on a recurring schedule. We have deployed such a timer job...
on
16 Jan 2014
Wiki Page:
SharePoint 2010: Configuring Kerberos Authentication
Peter Geelen
Follow the steps below to be absolutely sure of the account responsible for running the site that will support kerberos authentication. If SharePoint has already been configured verify your application pool account is, in fact, running the IIS application pool that supports the website where Kerberos...
on
15 Jan 2014
Wiki Page:
SharePoint 2010: Error al Editar información de Perfil de Usuario (es-ES)
Gokan Ozcifci
Un usuario final puede encontrarse con este mensaje de error "Hubo un problema al recuperar los datos de este campo. La actualización de valores en este campo está deshabilitada de forma temporal. Todavía puede actualizar los valores de otros campos. Error en la sincronización de Permisos."...
on
11 Jan 2014
Wiki Page:
SharePoint 2010: Migrating SharePoint Database Instance to Another Server
Gokan Ozcifci
The first line in this article must be written to thank to Todd Klindt , Nauplius Trevor and Sean McDonough – world renowned SharePoint MVPs – for quickly helping me on Twitter in migrating a SharePoint database instance to another server. Migration is surely a nightmare to those who are responsible...
on
11 Jan 2014
Wiki Page:
SharePoint 2010: SQL Script to Backup Project Server Databases
Gokan Ozcifci
Backing up a Project Server database can be easier by using a procedure that includes all the database that you want to include. I drop that backup files on a share drive that is isolated from the server. Be sure the Share has write permissions for the SQL Process: USE MASTER BACKUP...
on
11 Jan 2014
Wiki Page:
SharePoint 2010: Sincronización de Perfiles (es-ES)
Gokan Ozcifci
Paso 1 Creación de las cuentas de Directorio activo DOMAIN\sp_upscontent DOMAIN\sp_upsservices DOMAIN\sp_ups Los tres usuarios deben tener las siguientes características. El usuario sp_ups tiene que tener los siguientes permisos en el directorio activo. Seguir los siguientes pasos...
on
11 Jan 2014
Wiki Page:
SharePoint 2010: Group by View with Order by on DateTime Field
Gokan Ozcifci
Introduction This article is regarding creating “ SharePoint Group by View with Order by on DateTime Field ” for list or library in SharePoint 2010. First, lets us have a look on what is the need to create this kind of view? Walkthrough To create Group by view, SharePoint provides out...
on
11 Jan 2014
Wiki Page:
SharePoint 2007: Making Backup and Restore Script
Gokan Ozcifci
@echo off @echo -------------------------------------------------------- @echo Backing Up site http://localhost/ @echo -------------------------------------------------------- cd \Program Files\Common Files\Microsoft Shared\web server extensions\12\BIN @echo Generating...
on
11 Jan 2014
Wiki Page:
SharePoint 2010: Changing Central Administration Site Port
Richard Mueller
Table of Contents Introduction Use the SharePoint Product Configuration Wizard Using Stsadm Commands Using Windows PowerShell See Also Introduction In some scenarios changing the Central Administration site port is required. You can use the following methods to accomplish this. Use the...
on
10 Jan 2014
Wiki Page:
SharePoint 2010: SharePoint Server’ın PowerShell İle Yönetimi Nasıl Yapılır – Detaylı Örnekler (tr-TR)
Gokan Ozcifci
Table of Contents Yeni Bir Document Library Yeni Bir Web Application Yeni Bir Site Collection: Other Languages SharePoint 2010 ile ön plana çıkan bir başka özellik PowerShell commend-lets leri ile yönetilebilir olması. Bu makalemde sizlere nasıl SharePoint Server 2010′ü User interface...
on
10 Jan 2014
Wiki Page:
SharePoint 2010: “Crawl Log error: Access Denied”
Gokan Ozcifci
Table of Contents Issue Solution References Issue Windows Server 2003 SP1 introduced a loopback security check. This feature is obviously also present in Windows Server 2008. The feature prevents access to a web application using a fully qualified domain name (FQDN) if an attempt to access...
on
10 Jan 2014
Wiki Page:
SharePoint 2010: Quick Deploy Items List Causes Sites to Fail to Upgrade.
Gokan Ozcifci
Table of Contents Scenario Error Solution Scenario Sites fail to upgrade when you run the Upgrade-SPContentDatabase cmdlet against a Content Database after one of the following conditions: Applying a CU (Cumulative Update) / Service Pack Upgrade from 2007 to 2010 Error In...
on
10 Jan 2014
Wiki Page:
SharePoint 2010: 2 Little Bugs
Gokan Ozcifci
Managed Account When you try to add an "new managed account" to SharePoint 2010 from your web application Page , be careful because it will delete every information and you will be begin to fill all again. Two workarrounds: On Create Web Application Page add first your managed...
on
10 Jan 2014
Wiki Page:
Sharepoint 2010: SQL Server Database Engine Configuration
Gokan Ozcifci
Table of Contents Overview The Script Overview The following is a collection of checks that can be run against an instance of SQL Server 2005/2008/2008R2/2012 that is currently or will be used as a dedicated instance for sharepoint databases. The checks come from standard best practices and also...
on
10 Jan 2014
Wiki Page:
SharePoint 2010: Create Managed Accounts
Gokan Ozcifci
To view existing Managed Accounts using SharePoint Open Central Administration , select Security On the Security page select Configure managed accounts under General Security. The Managed Accounts page will list all Managed Accounts registered in SharePoint. When you...
on
10 Jan 2014
Wiki Page:
SharePoint 2010: Script PowerShell pour lister les documents extraits dans une collection de sites avec le détail des versions (fr-FR)
Gokan Ozcifci
J'ai reçu récemment une demande pour créer un rapport qui détaille les éléments extraits d'une une collection de sites. Ce rapport doit également contenir les données de la personne pour qui le document est extrait. Il devrait également fournir la version, et même si aucune version n'existe...
on
10 Jan 2014
Wiki Page:
SharePoint 2010: Service Pack 2
Gokan Ozcifci
Service Pack 2 for the SharePoint 2010 has been released. Below you can find the KB and download links: SharePoint Server 2010 SP2 KB2687453 64-bit Office Server Language Pack SP2 KB2687462 64-bit SharePoint...
on
10 Jan 2014
Wiki Page:
SharePoint 2010: Find Installed Feature Information in SharePoint
Gokan Ozcifci
It is possible to find SharePoint installed feature information by the means of the SharePoint Power Shell Console. This PowerShell script does this for you. PS 1: Gives a simple output of all features in table format sorted by solutionId then featureName . $url = "Your site URL here"...
on
10 Jan 2014
Page 24 of 40 (977 items)
«
22
23
24
25
26
»
Can't find it? Write it!
Post an Article