Tagged Content List
  • Wiki Page: SharePoint 2010: Best Practices - Choosing Between AD Groups or SharePoint Groups

    Which way should you go when coming up with a security infrastructure for SharePoint: use Active Directory (AD) or SharePoint groups? Table of Contents Pro AD groups Pro SharePoint groups Best practices Related topics Best Practices Overview Pro AD groups Company rules may dictate the...
  • Wiki Page: SharePoint 2010: crawl database is too large

    This Wiki page contains best practices regarding the size of the crawl database. The crawl database stores the crawl data (time/status, etc.) about all items that have been crawled. Use the following formula to calculate it's average size: Crawl: 0.046 × (sum of content databases) For more info...
  • Wiki Page: SharePoint 2013: What's New for Search

    SharePoint 2013 Experiences Dynamic, Interactive and actionable Search powers core SharePoint experiences (social and more) Extensibility has never been easier or more powerful There is now a single search architecture How Search is being used Find: Find what you are looking...
  • Wiki Page: Summary of FAST Search Server 2010 for SharePoint SP1 improvements and fixes

    Table of Contents SP1 improvements SP1 fixes This is a summary of the improvements and fixes in FAST Search for SharePoint Service Pack 1 . The list contains some additional info compared to the excel sheet published with the SP1 update. SP1 includes new fixes and improvements, but also includes...
  • Wiki Page: Troubleshooting FAST Search server - Post Setup Configuration Failed

    Some hints to resolve a "Post Setup Configuration Failed" error when installing FAST Search Server 2010 for SharePoint. Some useful articles Installation: Configuration wizard fails (TechNet) http://learn.iis.net/page.aspx/142/understanding-iis-70-url-authorization/ http://blogs...
  • Wiki Page: SharePoint 2010: How to Find and Filter Wiki Articles that Include PowerShell

    Table of Contents See Also Other languages Did you know that you can easily find SharePoint 2010 related TechNet Wiki articles that include PowerShell using tag filtering? All articles that have "SharePoint 2010" and "PowerShell" in their tags which allows you to create a...
  • Wiki Page: SharePoint 2010 : Comment trouver et filtrer les articles du Wiki qui incluent du PowerShell (fr-FR)

    Table of Contents Voir aussi Autres langues disponibles Saviez-vous que vous pouvez facilement trouver des articles du Wiki TechNet concernant SharePoint 2010 qui incluent du PowerShell en utilisant le filtre par tags ? Tous les articles qui ont « SharePoint 2010 » et « PowerShell » dans leurs...
  • Wiki Page: Restart Timer Service in Sharepoint Farm using Powershell

    Following is the script to restart the timer service in SharePoint Farm #region :- Restart Timer on all web front end servers [array]$servers= Get-SPServer | ? {$_.Role -eq "Application"} $farm = Get-SPFarm foreach ($server in $servers) { Write-Host "Restarting Timer Job...
  • Wiki Page: SharePoint 2010: Find Page Views

    Following is the code to fetch the number of Page views from a SharePoint site using the RequestUsage Table We must enable Usage and Health Reporting from Central Administration with the important event being Page Requests. Enabling this will create a new database, named WSS_Logging.This Database...
  • Wiki Page: SharePoint 2010: How to Embed Flash Files into SharePoint Site Pages

    Hi, Recently a requirement was posted to me where a site admin wanted to use some flash files on some of the pages in his site. After some initial look here are the steps followed: The flash file was uploaded to a document library. In the page where he wanted to show the flash file a content...
  • Wiki Page: SharePoint 2010 : Comment embarquer des fichiers Flash dans les pages d'un site SharePoint (fr-FR)

    Récemment, une demande m'a été faite par un administrateur de site d'utiliser des fichiers flash sur certaines pages de son site. Après avoir regardé, voici les étapes suivies : Le fichier flash a été copié dans une bibliothèque de documents. Dans la page où il voulait afficher le fichier...
  • Wiki Page: CEWS Pipeline Toolkit

    Tool Description CEWS Pipeline Toolkit is a content processing framework for search that supports both Content Enrichment Web Service (CEWS) in SharePoint 2013 and the Pipeline Extensibility feature in FAST Search for SharePoint 2010. Comes with installer and graphical user interface. Configure...
  • Wiki Page: SharePoint 2010: How to Find the Size of a Subsite

    Recently a requirement was posted with me where the site administrators wanted to determine the size of their subsites as well and not only for the entire site collection or content database. The size of the content database can be determined easily and same for the site collection. However there was...
Page 1 of 46 (1,150 items) 12345»