Team blog of MCS @ Middle East and Africa

This blog is created by Microsoft MEA HQ near shoring team, and it aims to share knowledge with the IT community.With its infrastructure and development sides,It brings to you the proven best practices and real world experiences from Subject Matter Experts

Browse by Tags

Tagged Content List
  • Blog Post: FAST Search for SharePoint 2010 - FQL and its Impact on Relevancy Ranking (Using Full Text Index Mapping)

    Introduction In this post I will describe a common mistake that occurs when you write your own FQL that impacts the search results that depends on Relevancy Ranking (Using Full Text Index Mapping). Scenario Lets consider that we have a list of products that we would like to search through...
  • Blog Post: Finding unused fields in InfoPath From

    Introduction As I was working with one of the projects I had a customized InfoPath Form that has 100's of fields and multiple Views. As I was going though I had a concern that a lot of these fields were not used, so how to find which fields are used and which aren't. In this post I will give you some...
  • Blog Post: SharePoint Group Calendar, Adding default users

    The Problem One feature of SharePoint is to create a calendar and make it a group calendar. This allows the user to see the schedule of list of people at the same time on the same view as per the image below. To configure the Calendar as a group Calendar you need to edit the List settings and then click...
  • Blog Post: InfoPath 2010 Paging (without coding)

    Introduction In this post I will try to show you how to implement a simple paging mechanism using InfoPath 2010. This approach is useful if you are considering a quick & fast solution to handle InfoPath Repeating Tables (or sections) that returns 100s of items without writing code behind and by...
  • Blog Post: SharePoint Powershell command problem - FeatureDependencyId are not registered

      Problem When you run SharePoint PowerShell on your SharePoint server you get the following error: Error: "The local farm is not accessible. Cmdlets with FeatureDependencyId are not registered". Solution Make sure the logged in user who is trying to run SharePoint PowerShell commands...
  • Blog Post: SharePoint 2010/2013 user profile synchronization

      The User Profile Synchronization service is the core of the synchronization architecture in SharePoint Server 2013. When you start the User Profile Synchronization service on the synchronization server, SharePoint Server 2013 provisions a version of Microsoft Forefront Identity Manager (FIM) to...
  • Blog Post: SharePoint 2010/2013 Search Incremental crawl vs Full crawl

      In order to plan the Incremental and Full Crawl scenarios and schedule , I’m adding the below information in this regard:                                                                 ...
  • Blog Post: Upgrading from SharePoint Portal Server 2003 to SharePoint 2010 Part 3

    In previous posts we have covered the upgrade part for SharePoint portal server 2003 to SharePoint 2007 now we need to be clear about how we can upgrade to 2010 by listing some considerations before we start the process. The only supported platform you can upgrade to SharePoint 2010 is SharePoint 2007 ...
  • Blog Post: Understand FAST Search Logical Architecture for SharePoint 2010

      Architecture In this port , I’m going to talk about the FAST Search components and how they are interacting with each other , I recommend to read this article before start deploying FAST search as it should give a good guidance and understanding for your deployment plan:    FAST Content...
  • Blog Post: Upgrading from SharePoint Portal Server 2003 to SharePoint 2010 Part 1

    In this post I will go through upgrading SharePoint sites from SharePoint Portal Server 2003 to SharePoint 2010 , I will include directions to use the most relevant upgrade approach, as start Upgrade from SharePoint Portal Server 2003 to SharePoint 2010 is really challenging as there is no direct path...
  • Blog Post: Useful References - DPM 2010 for SharePoint

    As I was recently working on DPM 2010 for SharePoint I complied a list of references that can be used as a quick ramp-up for this product. Hope you will find it useful. DPM 2010 for SharePoint References DPM 2010 for SharePoint Storage Calculator DPM 2010 System Requirements ...
  • Blog Post: Renaming SharePoint 2010 Search Service Database Name

    In this post I’m planning to walkthrough the practice of changing the SharePoint 2010 Search Service Database names as you might need it in the following scenarios: Replacing the Search Service Application Databases Names that Includes GUID’s to a friendlier name. The Database Admin...
  • Blog Post: Adding a Publishing Image Field to a SharePoint 2010 Calendar List

    As I was working on customizing a SharePoint Calendar, someone asked me if it’s possible to add a Publishing Image Field to a SharePoint Calendar called “Event Image” to display the current event picture. I decided to write this post to explore the options that I have in this case....
  • Blog Post: Divisional Portal (Single vs. Multiple Site Collections)

    What is Divisional Portal? A divisional portal is a SharePoint Server 2010 deployment where teams mainly do collaborative activities and some content publishing; for example it can be used for hosting an Intranet Portal with multiple Departments. In general we usual face the choice between using sites...
  • Blog Post: Cleaning up specific user profile properties in SharePoint and avoid indexing them in Search

    After you setup SharePoint application and "My Site" then start to import user profile, you might need to cleanup information that was imported or prevent certain properties from being displayed anywhere in your application. This would happen in a scenario where the customer figures out that the information...
  • Blog Post: Internet Facing SharePoint 2010 Site with Windows Live ID – Part 6

    Logging Out Of the Website When the user logs in to the site using Windows Live authentication, he is effectively logging in into all Windows Live powered site, examples are Hotmail, SkyDrive…etc. When logging out of the website, the decision becomes if the user should be logged out from the portal only...
  • Blog Post: Internet Facing SharePoint 2010 Site with Windows Live ID – Part 5

    Registration A public facing website can have services and content that it wants to make available only to users that are authenticated. In this case the user is requested to register on the website and provide some information before given access to the secure content. When using Windows Live authentication...
  • Blog Post: Internet Facing SharePoint 2010 Site with Windows Live ID – Part 4

    Creating a Custom Claims Provider When Windows Live is used as the authentication provider, anyone with a Windows Live ID can login to the website. This could be any Windows Live domain (Hotmail, live, etc..) or a custom domain hosted on Windows Live. The claims that are returned from Windows live does...
  • Blog Post: Internet Facing SharePoint 2010 Site with Windows Live ID – Part 3

    Sharing Cookie between HTTP and HTTPS In this part of the series, I’m going to cover how to allow SharePoint to use the same authentication cookie over HTTP and HTTPS. When Windows Live authentication is used, the user is redirect to a Windows Live login page. After the user enters his email and password...
  • Blog Post: Internet Facing SharePoint 2010 Site with Windows Live ID – Part 2

      Overriding the Authentication Provider Selection Page In the first part of this series, we saw how we register and configure our SharePoint site to use Windows Live ID as an authentication provider. Right now our site has two authentication providers, Windows authentication and Windows Live authentication...
  • Blog Post: Internet Facing SharePoint 2010 Site with Windows Live ID–Part 1

    In this series of post I will talk about how to allow Windows Live users to login to an internet facing SharePoint 2010 site. Most of the information can be found online, but I am putting them here in a form of a series to make it easy for who ever wants to implement the integration to find the information...
  • Blog Post: Prepare SharePoint Farm – Part 4 Install and Configure SharePoint farm (3 -tier)

    In previous posts , we have configured windows cluster, SQL cluster, and NLB for the WFE servers. Part 1 - Prepare Windows Cluster Part 2 - Install and configure SQL Cluster Part 3 - Install and Configure NLB on WFE In this post we will perform a farm installation and configuration to meet...
  • Blog Post: Prepare SharePoint Farm – Part 3 Prepare NLB for SharePoint Web Front End WFE Servers

    Part 1 - Prepare Windows Cluster Part 2 - Install and configure SQL Cluster part 4 - Install and configure SharePoint farm (3-tier) This post demonstrate a step by step NLB configuration , how to prepare a NLB cluster to be used later on as SharePoint WFE servers . however through this...
  • Blog Post: Prepare SharePoint Farm – Part 1 Prepare Windows Cluster

    This part demonstrate how to configure windows cluster for two server, to be used as SQL Cluster. Before you start · You need to have two network adapters on each node, one Public and one Private(for heartbeat communication). · Shared storage (like SAN storage) should be present...
  • Blog Post: Create SharePoint 2010 Web Application using FBA (forms Based Authentication)

    This blog to illustrate how to create a Forms Based Authentication for SharePoint 2010 using SQL database as users repository , users will be authenticated from SQL database instead of active directory 1. From Central Administration –> Manage Web Application , create a new web application...
Page 1 of 2 (46 items) 12