SlideShare a Scribd company logo
1 of 25
Download to read offline
Test Lab Guide: Demonstrate
profile synchronization in
SharePoint Server 2013
This document is provided “as-is”. Information and views expressed in this document, including URL
and other Internet Web site references, may change without notice. You bear the risk of using it.
Some examples depicted herein are provided for illustration only and are fictitious. No real
association or connection is intended or should be inferred.
This document does not provide you with any legal rights to any intellectual property in any
Microsoft product. You may copy and use this document for your internal, reference purposes.
© 2013 Microsoft Corporation. All rights reserved.
Test Lab Guide: Demonstrate profile synchronization in SharePoint Server 2013 April 2013
© 2013 Microsoft Corporation. All rights reserved. Page 2
To comment on this paper or request more documentation on these features, contact the Microsoft Office and
Servers Team (itspdocs@microsoft.com).
Test Lab Guide: Demonstrate profile
synchronization in SharePoint Server 2013
Author: KC Cross Rowley
Microsoft Corporation
June 2013
Applies to: SharePoint Server 2013
Summary: This paper contains a brief introduction to SharePoint Server 2013 Server and step-by-
step instructions to create a test lab that contains the SharePoint Server synchronization tool and
demonstrate how to set up the User Profile service application. This paper does not describe how to
install and configure SharePoint Server in a pilot or production environment. For more information,
see Install and deploy SharePoint 2013.
Test Lab Guide: Demonstrate profile synchronization in SharePoint Server 2013 April 2013
© 2013 Microsoft Corporation. All rights reserved. Page 3
To comment on this paper or request more documentation on these features, contact the Microsoft Office and
Servers Team (itspdocs@microsoft.com).
Contents
Introduction................................................................................................................................................................................5
Test Lab Guides.........................................................................................................................................................................6
In this guide ...............................................................................................................................................................................7
Test lab overview..............................................................................................................................................................8
Hardware and software requirements......................................................................................................................9
Profile synchronization test lab accounts and permissions........................................................................... 10
Steps to configure the profile synchronization test Lab ........................................................................................ 10
Step 1: Set up the three-tier farm test lab ........................................................................................................... 10
Step 2: Create a managed metadata service application, My Site web application, and site
collection and configure settings............................................................................................................................ 11
Provide Replicating Directory Changes permission to CORPUser1 on DC1.................................. 11
Start the managed metadata service on APP1 ........................................................................................... 12
Create an instance of the managed metadata service application on APP1................................... 12
Create a My Sites web application on APP1................................................................................................ 13
Create a managed path for My Sites on APP1............................................................................................ 14
Create a My Site Host site collection on APP1 ........................................................................................... 14
Step 3: Configure the User Profile service application.................................................................................... 15
Start the User Profile service on APP1 ........................................................................................................... 16
Create the User Profile service application on APP1................................................................................ 16
Start the User Profile synchronization service on APP1 .......................................................................... 17
Test Lab Guide: Demonstrate profile synchronization in SharePoint Server 2013 April 2013
© 2013 Microsoft Corporation. All rights reserved. Page 4
To comment on this paper or request more documentation on these features, contact the Microsoft Office and
Servers Team (itspdocs@microsoft.com).
Step 4: Create a synchronization connection on APP1 to a directory service on DC1........................ 18
Step 5: Demonstrate user profile synchronization............................................................................................ 20
Perform full synchronization on APP1 ........................................................................................................... 20
Verify that User1 appears in the profile database on SQL1................................................................... 21
Create User2 on DC1 ............................................................................................................................................ 21
Confirm that User2 does not appear in People Picker ............................................................................ 22
Perform incremental synchronization on APP1.......................................................................................... 23
Verify that User2 appears in the profile database on SQL1................................................................... 23
Confirm that User2 appears in People Picker.............................................................................................. 24
Snapshot the Configuration.............................................................................................................................................. 24
Additional Resources........................................................................................................................................................... 25
Test Lab Guide: Demonstrate profile synchronization in SharePoint Server 2013 April 2013
© 2013 Microsoft Corporation. All rights reserved. Page 5
To comment on this paper or request more documentation on these features, contact the Microsoft Office and
Servers Team (itspdocs@microsoft.com).
Introduction
Microsoft SharePoint Server 2013 makes it easy for people to work together. SharePoint Server 2013
enables you and your employees to set up web sites to share information with others, manage
documents from start to finish, and publish reports to help everyone make better decisions.
SharePoint Server 2013 has the following capabilities that are supported by the User Profile service
application:
 Search User profiles enable you to search for and connect with people within your
organization. User profile information is used by index and search services to provide better
search results, and is used in targeting content to audiences.
 Social computing The User Profile service application stores information about users in a
central location. Social computing features use this information to enable productive
interactions so that users can collaborate efficiently. In order to provision My Sites, enable
social computing features such as social tagging and newsfeeds, and create and distribute
profiles across multiple sites and farms, you use the User Profile service application.
SharePoint Server 2013 supports three methods of profile synchronization:
 Using the SharePoint Server synchronization tool
 Active Directory import
 Using the Forefront Identity Manager connector for SharePoint identity
This TLG demonstrates the use of the SharePoint Server synchronization tool to synchronize profiles
between SharePoint Server 2013 and a single Active Directory domain controller.
For more information about Microsoft SharePoint Server 2013, see the SharePoint 2013 Product
Information site and SharePoint 2013 for IT pros.
Test Lab Guide: Demonstrate profile synchronization in SharePoint Server 2013 April 2013
© 2013 Microsoft Corporation. All rights reserved. Page 6
To comment on this paper or request more documentation on these features, contact the Microsoft Office and
Servers Team (itspdocs@microsoft.com).
Test Lab Guides
Microsoft Test Lab Guides (TLGs) are a set of documents that step you through the configuration
and demonstration of a Microsoft technology or product in a standardized test lab environment,
which starts with a common base configuration that mimics a simplified intranet and the Internet.
TLGs are designed to be modular, extensible, and stackable to configure complex, multi-product
solutions. TLGs make learning about products, technologies, and solutions easier by providing that
crucial hands-on, “I built it out myself” experience.
For more information, see Test Lab Guides at http://microsoft.com/testlabguides.
A TLG stack is a set of dependent TLGs that, when configured from the bottom of the stack, create a
meaningful test lab configuration. This TLG is at the top of the following TLG stack:
Figure 1: TLG stack for the profile synchronization test lab
Test Lab Guide: Demonstrate profile synchronization in SharePoint Server 2013 April 2013
© 2013 Microsoft Corporation. All rights reserved. Page 7
To comment on this paper or request more documentation on these features, contact the Microsoft Office and
Servers Team (itspdocs@microsoft.com).
In this guide
This paper contains instructions for setting up a test lab based on the following test lab guides:
 Base Configuration test lab guide
 Install SQL Server 2012
 Configure a three-tier farm
In addition, this paper contains instructions for configuring SharePoint Server 2013 using four server
computers. The resulting test lab demonstrates using the SharePoint Server synchronization tool as
described in Manage user profile synchronization in SharePoint Server 2013.
Important
The following instructions configure a profile synchronization test lab that uses the minimum
number of computers. Individual computers are needed to separate the services that the network
provides and to clearly show the desired functionality. This configuration is neither designed to
reflect best practices nor does it reflect a desired or recommended configuration for a production
network. The configuration, including IP addresses and all other configuration parameters, is
designed only to work on a separate test lab network. Attempting to adapt this test lab configuration
to a pilot or production deployment can result in configuration or functionality issues. For
information about how to deploy SharePoint Server 2013 in a pilot or production environment, see
Install and deploy SharePoint 2013.
Test Lab Guide: Demonstrate profile synchronization in SharePoint Server 2013 April 2013
© 2013 Microsoft Corporation. All rights reserved. Page 8
To comment on this paper or request more documentation on these features, contact the Microsoft Office and
Servers Team (itspdocs@microsoft.com).
Test lab overview
In this test lab, SharePoint Server 2013 User Profile synchronization functionality in a three-tier farm
is demonstrated in a deployment that contains the following computers:
 One computer running Windows®
Server®
2008 R2 Enterprise Edition named DC1 that is
configured as an intranet domain controller, Domain Name System (DNS) server, DHCP
server, and enterprise root certification authority (CA).
 One intranet member server running Windows Server 2008 R2 Enterprise Edition named
SQL1 that is configured as a SQL Server database server.
 One intranet member server running Windows Server 2008 R2 Service Pack 1 Enterprise
Edition named APP1 that is configured as the SharePoint Server 2013 application server.
 One intranet member server running Windows Server 2008 R2 Service Pack 1 Enterprise
Edition named WFE1 that is configured as the SharePoint front-end web server.
 One member client computer, named CLIENT1, that runs Windows 7 Enterprise or Ultimate.
The SharePoint Server 2013 test lab consists of a single subnet named Corpnet (10.0.0.0/24) that
simulates a private intranet. Computers on the Corpnet subnet connect by using a hub or switch.
Test Lab Guide: Demonstrate profile synchronization in SharePoint Server 2013 April 2013
© 2013 Microsoft Corporation. All rights reserved. Page 9
To comment on this paper or request more documentation on these features, contact the Microsoft Office and
Servers Team (itspdocs@microsoft.com).
Figure 2: Architecture of the Corpnet subnet for the profile synchronization test lab
Hardware and software requirements
The following are required components of the profile synchronization test lab:
 The product disc or files for Windows Server 2008 R2 Service Pack 1
 The product disc or files for Microsoft SQL Server 2012 or Microsoft SQL Server 2008 R2 SP1
 The product disc or files for SharePoint Server 2013
 Four computers that meet the minimum hardware requirements for Windows Server 2008 R2
Enterprise Edition
 The product disc or files for Windows 7
Test Lab Guide: Demonstrate profile synchronization in SharePoint Server 2013 April 2013
© 2013 Microsoft Corporation. All rights reserved. Page 10
To comment on this paper or request more documentation on these features, contact the Microsoft Office and
Servers Team (itspdocs@microsoft.com).
Profile synchronization test lab accounts
and permissions
You must be logged on as a member of the Domain Admins group or a member of the
Administrators group on each computer to complete the tasks in this guide. If you cannot complete
a task while you are logged on with an account that is a member of the Administrators group, try to
perform the task while you are logged on with an account that is a member of the Domain Admins
group. The account that you use to complete these tasks should also be a member of the Farm
Administrators group. Most tasks in this test lab guide use the CORPUser1 account.
Steps to configure the profile
synchronization test Lab
There are five steps to follow to set up the SharePoint Server 2013 profile synchronization test lab.
 Step 1: Set up the three-tier farm test lab
 Step 2: Create a managed metadata service application, My Site web application, and site
collection and configure settings
 Step 3: Configure the User Profile service application

 Step 4: Create a synchronization connection on APP1 to a directory service on DC1
 Step 5: Demonstrate user profile synchronization
Step 1: Set up the three-tier farm test lab
Use the instructions in the Test Lab Guide: Configure SharePoint Server 2013 in a Three-Tier Farm to
set up the SharePoint Server 2013 three-tier farm test lab. You can choose to install either SQL Server
2008 R2 SP1 or SQL Server 2012. The procedures in this test lab guide were written for SQL Server
2012.
Test Lab Guide: Demonstrate profile synchronization in SharePoint Server 2013 April 2013
© 2013 Microsoft Corporation. All rights reserved. Page 11
To comment on this paper or request more documentation on these features, contact the Microsoft Office and
Servers Team (itspdocs@microsoft.com).
Step 2: Create a managed metadata
service application, My Site web
application, and site collection and
configure settings
This step describes how to prepare the farm and configure required settings in the following
sections:
 Provide Replicating Directory Changes permission to CORPUser1 on DC1
 Start the managed metadata service on APP1
 Create an instance of the managed metadata service application on APP1
 Create a My Sites web application on APP1
 Create a managed path for My Sites on APP1
 Create a My Site Host site collection on App1
Provide Replicating Directory Changes
permission to CORPUser1 on DC1
In this procedure, you will grant Replicating Directory Changes permission to CORPUser1.
To provide Replicating Directory Changes permission to CORPUser1 on DC1:
1. Log on to DC1.corp.contoso.com as CORPUser1.
2. Click Start, click Administrative Tools, and then click Active Directory Users and
Computers.
3. In Active Directory Users and Computers, right-click the corp.contoso.com domain, and
then click Delegate Control.
4. On the first page of the Delegation of Control Wizard, click Next.
5. On the Users or Groups page, click Add.
6. In the Enter the object names to select box, type User1, and then click OK.
Test Lab Guide: Demonstrate profile synchronization in SharePoint Server 2013 April 2013
© 2013 Microsoft Corporation. All rights reserved. Page 12
To comment on this paper or request more documentation on these features, contact the Microsoft Office and
Servers Team (itspdocs@microsoft.com).
7. Click Next.
8. On the Tasks to Delegate page, select Create a custom task to delegate, and then click
Next.
9. On the Active Directory Object Type page, select This folder, existing objects in this
folder, and creation of new objects in this folder, and then click Next.
10. On the Permissions page, in the Permissions box, select Replicating Directory Changes,
and then click Next.
11. Click Finish.
Start the managed metadata service on
APP1
In this procedure, you start the managed metadata service on APP1.
To start the managed metadata service on APP1:
1. Log on to APP1.corp.contoso.com as CORPUser1.
2. On the SharePoint Central Administration web site, in the System Settings section, click
Manage services on server.
3. On the Services on Server page, in the Server list, make sure that APP1.corp.contoso.com
is selected.
4. Find the row whose Service column value is Managed Metadata Web Service. If the value
in the Status column is Stopped, click Start in the Action column.
Create an instance of the managed metadata
service application on APP1
In this procedure, you create a managed metadata service application on APP1.
To create a managed metadata service application on APP1:
1. Log on to APP1.corp.contoso.com as CORPUser1.
2. On the SharePoint Central Administration web site, in the Application Management section,
click Manage service applications.
3. In the Create group of the ribbon, click New, and then click Managed Metadata Service.
Test Lab Guide: Demonstrate profile synchronization in SharePoint Server 2013 April 2013
© 2013 Microsoft Corporation. All rights reserved. Page 13
To comment on this paper or request more documentation on these features, contact the Microsoft Office and
Servers Team (itspdocs@microsoft.com).
4. On the Create New Managed Metadata Service page, in the Name box, type Managed
Metadata service application.
5. In the Database Server box, confirm that the database server is SQL1.
6. In the Database Name box, type TLGTermStoreDB.
7. In the Application Pool section, select Create new application pool, and then in the
Application pool name box, type ManagedMetadataAppPool.
8. Select Configurable, and then select CORPuser1.
9. Click OK.
Create a My Sites web application on APP1
In this procedure, you create a web application for My Sites on App1.
To create a web application on APP1:
1. Log on to APP1.corp.contoso.com as CORPuser1.
2. On the SharePoint Central Administration web site, in the Application Management section,
click Manage web applications.
3. In the Contribute group of the ribbon, click New.
4. On the Create New Web Application page, select Create a new IIS web site.
5. In the Name box, type MySitesWebApp.
6. In the Port box, type 33333.
7. In the Public URL section, in the URL box, confirm that the URL is
http://APP1.corp.contoso.com:33333.
8. In the Application Pool section, click Create new application pool, and then in the
Application pool name box, type MySitesAppPool – 33333.
9. Click Configurable, and then select CORPUser1.
10. In the Database Name and Authentication section, in the Database Name box, type
MySitesWebAppDB.
11. Click OK.
Test Lab Guide: Demonstrate profile synchronization in SharePoint Server 2013 April 2013
© 2013 Microsoft Corporation. All rights reserved. Page 14
To comment on this paper or request more documentation on these features, contact the Microsoft Office and
Servers Team (itspdocs@microsoft.com).
Create a managed path for My Sites on APP1
In this procedure, you create a managed path on APP1.
To create a managed path for My Sites on APP1:
1. Log on to APP1.corp.contoso.com as CORPUser1.
2. On the SharePoint Central Administration web site, in the Application Management section,
click Manage web applications.
3. Click the My Sites web application.
4. In the Manage group of the ribbon, click Managed Paths.
5. On the Define Managed Paths page, in the Add a New Path section, in the Path box, type
/personal.
6. Click Check URL to confirm the path name.
7. In the Type list, select Wildcard inclusion.
8. Click Add Path.
9. Click OK.
Create a My Site Host site collection on APP1
In this procedure, you create a My Site Host site collection. The My Site Host site collection is a site
collection that uses the Enterprise site template named My Site Host.
To create a My Site Host site collection on APP1:
1. Log on to APP1.corp.contoso.com as CORPUser1.
2. On the SharePoint Central Administration web site, in the Application Management section,
click Create site collections.
3. On the Create site collections page, in the Web Application section, make sure that
http://APP1.corp.contoso.com:33333/ is displayed for Web Application.
4. In the Title and Description section, in the Title box, type MySitesSiteCollection.
5. In the Web Site Address section, under URL, from the list, select /personal/ and then in the
box, type my.
6. In the Template Selection section, click the Enterprise tab, and then select My Site Host.
Test Lab Guide: Demonstrate profile synchronization in SharePoint Server 2013 April 2013
© 2013 Microsoft Corporation. All rights reserved. Page 15
To comment on this paper or request more documentation on these features, contact the Microsoft Office and
Servers Team (itspdocs@microsoft.com).
7. In the Primary Site Collection Administrator section, in the User name box, type User1,
and then click the Check Names icon.
8. Click OK.
Step 3: Configure the User Profile service
application
In this step you will complete the following tasks:
 Start the User Profile service on APP1
 Create the User Profile service application on APP1
 Start the User Profile synchronization service on APP1
Test Lab Guide: Demonstrate profile synchronization in SharePoint Server 2013 April 2013
© 2013 Microsoft Corporation. All rights reserved. Page 16
To comment on this paper or request more documentation on these features, contact the Microsoft Office and
Servers Team (itspdocs@microsoft.com).
Start the User Profile service on APP1
In this procedure, you start the User Profile service on APP1.
To start the User Profile service on APP1:
1. Log on to APP1.corp.contoso.com as CORPUser1.
2. On the SharePoint Central Administration web site, in the System Settings section, click
Manage services on server.
3. On the Services on Server page, in the Server list, make sure that APP1.corp.contoso.com
is selected.
4. Find the row whose Service column value is User Profile Service. If the value in the Status
column is Stopped, click Start in the Action column.
Create the User Profile service application
on APP1
In this procedure, you create the User Profile service application.
To create the User Profile service application on APP1:
1. Log on to APP1.corp.contoso.com as CORPUser1.
2. On the SharePoint Central Administration web site, in the Application Management section,
click Manage service applications.
3. On the Manage Service Applications page, click the Service Applications tab to enable the
ribbon.
4. In the Create group of the ribbon, click New, and then click User Profile Service
Application.
5. In the Create New User Profile Service Application dialog box, in the Name box, type
UserProfileServiceApp.
6. In the Application Pool section, select Create new application pool and then in the
Application pool name box, type UserProfileAppPool.
7. In the Profile Database section, in the Database Server box, make sure that SQL1 is
displayed. In the Database Name box, delete the default and type TLGProfileDB.
Test Lab Guide: Demonstrate profile synchronization in SharePoint Server 2013 April 2013
© 2013 Microsoft Corporation. All rights reserved. Page 17
To comment on this paper or request more documentation on these features, contact the Microsoft Office and
Servers Team (itspdocs@microsoft.com).
8. In the Synchronization Database section, in the Database Server box, make sure that SQL1
is displayed. In the Database Name box, delete the default and type TLGUPSyncDB.
9. In the Social Tagging Database section, in the Database Server box, make sure that SQL1 is
displayed. In the Database Name box, delete the default and type TLGTaggingDB.
10. In the Profile Synchronization Instance section, select APP1.corp.contoso.com.
11. In the My Site Host URL section, type http://APP1.corp.contoso.com:33333.
12. In the My Site Managed Path section, type /personal.
13. In the Site Naming Format section, select Domain and user name (will not have
conflicts).
14. In the Default Proxy Group section, select Yes.
15. Click Create.
Start the User Profile synchronization
service on APP1
In this procedure, you start the User Profile synchronization service.
Important Do not start the synchronization service before you start the User Profile service.
To start the User Profile synchronization service on APP1:
1. Log on to APP1.corp.contoso.com as CORPUser1.
2. On the Central Administration web site, in the System Settings section, click Manage
services on server.
3. On the Services on Server page, in the Server box, select APP1.corp.contoso.com.
4. Find the row whose Service column value is User Profile Service. Confirm that the value in
the Status column is Started.
Important
If the value is Stopped, do not proceed to the next step. Instead, click Start and wait until
the service is Started before you proceed.
5. Find the row whose Service column value is User Profile Synchronization Service. If the
value in the Status column is Stopped, click Start in the Action column.
6. On the User Profile Synchronization Service page, in the Select the User Profile
Application section, select UserProfileServiceApp.
Test Lab Guide: Demonstrate profile synchronization in SharePoint Server 2013 April 2013
© 2013 Microsoft Corporation. All rights reserved. Page 18
To comment on this paper or request more documentation on these features, contact the Microsoft Office and
Servers Team (itspdocs@microsoft.com).
7. In the Service Account Name and Password section, CORPUser1 is already selected. Enter
the password for the CORPUser1 account in the Password box, and enter it again in the
Confirm Password box.
8. Click OK.
9. After the synchronization service starts, click Start, right click Command Prompt and then
click Run as Administrator.
Important Do not reset IIS until the User Profile synchronization service is started. This
can take a long time. The synchronization service is installing a version of
Forefront Identity Manager (FIM) and provisioning data in the background.
Interrupting this process could corrupt your environment and render it
unstable or unusable.
10. At the command-line, type iisreset and then press ENTER.
11. When the “Internet services successfully restarted” message appears, close the
Administrator: Command Prompt window.
Step 4: Create a synchronization
connection on APP1 to a directory
service on DC1
In this step, you create a synchronization connection on APP1 to the directory service on DC1. The
connection identifies the items to synchronize and contains the credentials that SharePoint Server
uses to interact with the directory service.
To create a synchronization connection to the directory service:
1. Log on to APP1.corp.contoso.com as CORPUser1.
2. On the Central Administration web site, in the Application Management section, click
Manage service applications.
3. On the Manage Service Applications page, in the Name column, click
UserProfileServiceApp.
4. On the Manage Profile Service page, in the Synchronization section, click Configure
Synchronization Connections.
5. On the Synchronizations Connections page, click Create New Connection.
Test Lab Guide: Demonstrate profile synchronization in SharePoint Server 2013 April 2013
© 2013 Microsoft Corporation. All rights reserved. Page 19
To comment on this paper or request more documentation on these features, contact the Microsoft Office and
Servers Team (itspdocs@microsoft.com).
6. On the Add new synchronization connection page, type ADConnection1 in the
Connection Name box.
7. From the Type list, select Active Directory.
8. In the Forest name box, type corp.contoso.com.
9. In the Authentication Provider Type box, select Windows Authentication.
10. In the Account name box, type CORPUser1.
11. In the Password box, type the password for CORPUser1.
12. In the Confirm Password box, type the password again.
13. In the Port box, leave the default 389.
14. Do not select Use SSL-secured connection.
15. In the Containers section, click Populate Containers. When the containers appear, expand
the CORP container and then select the Users container as shown in Figure 3.
Figure 3: Active Directory containers selected for synchronization
16. Click OK.
Test Lab Guide: Demonstrate profile synchronization in SharePoint Server 2013 April 2013
© 2013 Microsoft Corporation. All rights reserved. Page 20
To comment on this paper or request more documentation on these features, contact the Microsoft Office and
Servers Team (itspdocs@microsoft.com).
Step 5: Demonstrate user profile
synchronization
In this step you will complete the following tasks to demonstrate how profile synchronization works
in SharePoint Server 2013:
 Perform full synchronization on APP1
 Verify that User1 appears in the profile database on SQL1
 Create User2 on DC1
 Confirm that User2 does not appear in People Picker
 Perform incremental synchronization on APP1
 Verify that User2 appears in the profile database on SQL1
Perform full synchronization on APP1
12. This procedure synchronizes all objects in the Users container that you selected when you
created the connection between the domain controller and SharePoint Server 2013 in “
Step 4: Create a synchronization connection on APP1 to a directory service on DC1”.
To perform full profile synchronization on APP1:
1. On the Central Administration web site, in the Application Management section, click
Manage service applications.
2. On the Manage Service Applications page, in the Name column, click
UserProfileServiceApp.
3. On the Manage Profile Service page, in the Synchronization section, click Start Profile
Synchronization.
4. On the Start Profile Synchronization page, click Start Full Synchronization.
5. Click OK.
Test Lab Guide: Demonstrate profile synchronization in SharePoint Server 2013 April 2013
© 2013 Microsoft Corporation. All rights reserved. Page 21
To comment on this paper or request more documentation on these features, contact the Microsoft Office and
Servers Team (itspdocs@microsoft.com).
Verify that User1 appears in the profile
database on SQL1
This procedure confirms that synchronization copied CORPUser1 from the domain controller to the
profile database on SQL1.
Important
This verification step is included in this Test Lab so that you can see the user entry inside the
database and visualize how profile synchronization works. Do not ever do this in a production
SharePoint environment.
To verify that User1 appears in the profile database on SQL1:
1. Log on to SQL1 as CORPUser1.
2. Click Start and then click SQL Server Management Studio.
3. On the Connect to Server dialog box, in the Server name box, type SQL1, and then click
Connect.
4. In Object Explorer, right-click Databases, and then click New Query.
5. In the Query window, type the following query:
USE [TLGProfileDB]
SELECT NTName, PreferredName, Email, [SID] FROM UserProfile_Full WITH (NOLOCK)
GO
6. Click Execute.
7. On the Results tab, in the Name column, confirm that CORPUser1 appears in the list.
Create User2 on DC1
This procedure adds a new user, CORPUser2, to the domain controller in the same container as
CORPUser1.
To add User2 on DC1:
1. Log on to DC1.corp.contoso.com as CORPUser1.
2. Click Start, then click Active Directory Users and Computers.
Test Lab Guide: Demonstrate profile synchronization in SharePoint Server 2013 April 2013
© 2013 Microsoft Corporation. All rights reserved. Page 22
To comment on this paper or request more documentation on these features, contact the Microsoft Office and
Servers Team (itspdocs@microsoft.com).
3. On the Active Directory Users and Computers window, expand corp.contoso.com, right-
click the Users folder, click New, and then click User.
4. On the New Object – User dialog box, in the Full name box, type User2.
5. In the User logon name box, type User2.
6. Click Next.
7. In the Password box, enter a password for this user, confirm the password, and then click
Next.
8. Click Finish.
Confirm that User2 does not appear in
People Picker
This procedure confirms that although the new user, CORPUser2, is in the domain, the user is not
available in the SharePoint environment.
To confirm CORPUser2 is not available through People Picker:
1. Log on to CLIENT1 as CORPUser1.
2. Start your browser and browse to http://APP1.corp.contoso.com.
3. On the Contoso Corporation page, click the settings icon (the cogged wheel) in the upper
right corner of the page, and then click Site settings.
4. In Users and Permissions, click Site permissions.
5. Click the link for Contoso Corporation Members, and then click New.
6. In the Share ‘Contoso Corporation box, type use.
7. Confirm that only User1 appears in the list.
8. Click Cancel and close the browser session.
Test Lab Guide: Demonstrate profile synchronization in SharePoint Server 2013 April 2013
© 2013 Microsoft Corporation. All rights reserved. Page 23
To comment on this paper or request more documentation on these features, contact the Microsoft Office and
Servers Team (itspdocs@microsoft.com).
Perform incremental synchronization on
APP1
Incremental synchronization only updates entries that have changed in SharePoint Server 2013 or in
the external system, in this case the domain controller. For this test lab guide, the only change is the
addition of User2 to the domain controller.
To perform incremental profile synchronization on APP1:
1. On the Central Administration web site, in the Application Management section, click
Manage service applications.
2. On the Manage Service Applications page, in the Name column, click
UserProfileServiceApp.
3. On the Manage Profile Service page, in the Synchronization section, click Start Profile
Synchronization.
4. On the Start Profile Synchronization page, click Start Incremental Synchronization.
5. Click OK.
Verify that User2 appears in the profile
database on SQL1
This procedure confirms that synchronization copied CORPUser2 from the domain controller to the
profile database on SQL1.
Important
This verification step is included in this Test Lab so that you can see the user entry inside the
database and visualize how profile synchronization works. Do not ever do this in a production
SharePoint environment.
To verify that User2 appears in the profile database on SQL1:
1. Log on to SQL1 as CORPUser1.
2. Click Start and then click SQL Server Management Studio.
3. On the Connect to Server dialog box, in the Server name box, type SQL1, and then click
Connect.
Test Lab Guide: Demonstrate profile synchronization in SharePoint Server 2013 April 2013
© 2013 Microsoft Corporation. All rights reserved. Page 24
To comment on this paper or request more documentation on these features, contact the Microsoft Office and
Servers Team (itspdocs@microsoft.com).
4. In Object Explorer, right-click Databases, and then click New Query.
5. In the Query window, type the following query:
USE [TLGProfileDB]
SELECT NTName, PreferredName, Email, [SID] FROM UserProfile_Full WITH (NOLOCK)
GO
6. Click Execute.
7. On the Results tab, in the Name column, confirm that CORPUser2 appears in the list.
Confirm that User2 appears in People Picker
This procedure confirms that the new user, CORPUser2, is available in the SharePoint environment.
To confirm CORPUser2 is available through People Picker:
1. Log on to CLIENT1 as CORPUser1.
2. Start your browser and browse to http://APP1.corp.contoso.com.
3. On the Contoso Corporation page, click the settings icon (the cogged wheel) in the upper
right corner of the page, and then click Site settings.
4. In Users and Permissions, click Site permissions.
5. Click the link for Contoso Corporation Members, and then click New.
6. In the Share ‘Contoso Corporation box, type use.
7. Confirm that User1 and User2 appear in the list.
8. Click Cancel and close the browser session.
Snapshot the Configuration
This completes the profile synchronization test lab. To save this configuration to use in subsequent
tests and experimentation, do the following:
On all physical computers or virtual machines in the test lab, close all windows and then perform a
graceful shutdown.
If your lab is based on virtual machines, save a snapshot of each virtual machine and name the
snapshots profile synchronization. If your lab uses physical computers, create disk images to save
the profile synchronization test lab configuration.
Test Lab Guide: Demonstrate profile synchronization in SharePoint Server 2013 April 2013
© 2013 Microsoft Corporation. All rights reserved. Page 25
To comment on this paper or request more documentation on these features, contact the Microsoft Office and
Servers Team (itspdocs@microsoft.com).
Additional Resources
For more information about SharePoint Server 2013, see the SharePoint 2013 product information
web page and SharePoint 2013 for IT pros.
To provide the authors of this guide with feedback or suggestions for improvement, send an email
message to itspdocs@microsoft.com.
To submit your questions about this test lab or SharePoint Server 2013, see the SharePoint 2013 for
IT Professionals Forum.
For a list of TLGs related to this test lab or extensions to demonstrate additional functionality, see
SharePoint Server 2013 Test Lab in the TechNet Wiki.
Microsoft strongly encourages you to develop and publish your own TLG content for SharePoint
Server 2013, either in the TechNet Wiki (example: Test Lab Guide: Demonstrate Remote Access VPNs)
or in your own publishing forum (example: Test Lab Guide (Part 1) - Demonstrate TMG PPTP,
L2TP/IPsec and SSTP Remote Access VPN Server). If you want to publish your TLG content in the
TechNet wiki, see the How to contribute series of TLG blog posts for information about the types of
content you can create and for links to templates and guidance.
For a list of additional Microsoft TLGs, see Test Lab Guides in the TechNet Wiki.

More Related Content

What's hot

Agm bit locker_administration_and_monitoring_1.0
Agm bit locker_administration_and_monitoring_1.0Agm bit locker_administration_and_monitoring_1.0
Agm bit locker_administration_and_monitoring_1.0Steve Xu
 
Aspnet web deployment_using_visual_studio
Aspnet web deployment_using_visual_studioAspnet web deployment_using_visual_studio
Aspnet web deployment_using_visual_studioSteve Xu
 
Moss 2007 Deployment Detail
Moss 2007 Deployment DetailMoss 2007 Deployment Detail
Moss 2007 Deployment DetailLiquidHub
 
Developer’s guide to microsoft unity
Developer’s guide to microsoft unityDeveloper’s guide to microsoft unity
Developer’s guide to microsoft unitySteve Xu
 
Data mining extensions dmx - reference
Data mining extensions   dmx - referenceData mining extensions   dmx - reference
Data mining extensions dmx - referenceSteve Xu
 
Agm application virtualization_(app-v)_5.0
Agm application virtualization_(app-v)_5.0Agm application virtualization_(app-v)_5.0
Agm application virtualization_(app-v)_5.0Steve Xu
 
Sql server community_fa_qs_manual
Sql server community_fa_qs_manualSql server community_fa_qs_manual
Sql server community_fa_qs_manualSteve Xu
 
Getting started with the entity framework 4.1 using asp.net mvc
Getting started with the entity framework 4.1 using asp.net mvcGetting started with the entity framework 4.1 using asp.net mvc
Getting started with the entity framework 4.1 using asp.net mvcSteve Xu
 
Sql server 2012 tutorials reporting services
Sql server 2012 tutorials   reporting servicesSql server 2012 tutorials   reporting services
Sql server 2012 tutorials reporting servicesSteve Xu
 
Ahg microsoft stream_insight_queries
Ahg microsoft stream_insight_queriesAhg microsoft stream_insight_queries
Ahg microsoft stream_insight_queriesSteve Xu
 
The entity framework 4.0 and asp.net web forms getting started
The entity framework 4.0 and asp.net web forms   getting startedThe entity framework 4.0 and asp.net web forms   getting started
The entity framework 4.0 and asp.net web forms getting startedSteve Xu
 
14 manage workforce lifecycle
14 manage workforce lifecycle14 manage workforce lifecycle
14 manage workforce lifecyclemohamed refaei
 
Deployment guide-for-share point-2013
Deployment guide-for-share point-2013Deployment guide-for-share point-2013
Deployment guide-for-share point-2013prconcepcion
 
Share point server for business intelligence
Share point server for business intelligenceShare point server for business intelligence
Share point server for business intelligenceSteve Xu
 
Windows azure sql_database_tutorials
Windows azure sql_database_tutorialsWindows azure sql_database_tutorials
Windows azure sql_database_tutorialsSteve Xu
 
Odi installation guide
Odi installation guideOdi installation guide
Odi installation guideprakashdas05
 
Hilo cppxaml
Hilo cppxamlHilo cppxaml
Hilo cppxamlSteve Xu
 
Configure Intranet and Team Sites with SharePoint Server 2013 (update May 2013)
Configure Intranet and Team Sites with SharePoint Server 2013 (update May 2013)Configure Intranet and Team Sites with SharePoint Server 2013 (update May 2013)
Configure Intranet and Team Sites with SharePoint Server 2013 (update May 2013)Vinh Nguyen
 

What's hot (19)

Agm bit locker_administration_and_monitoring_1.0
Agm bit locker_administration_and_monitoring_1.0Agm bit locker_administration_and_monitoring_1.0
Agm bit locker_administration_and_monitoring_1.0
 
Aspnet web deployment_using_visual_studio
Aspnet web deployment_using_visual_studioAspnet web deployment_using_visual_studio
Aspnet web deployment_using_visual_studio
 
Moss 2007 Deployment Detail
Moss 2007 Deployment DetailMoss 2007 Deployment Detail
Moss 2007 Deployment Detail
 
Developer’s guide to microsoft unity
Developer’s guide to microsoft unityDeveloper’s guide to microsoft unity
Developer’s guide to microsoft unity
 
Data mining extensions dmx - reference
Data mining extensions   dmx - referenceData mining extensions   dmx - reference
Data mining extensions dmx - reference
 
Agm application virtualization_(app-v)_5.0
Agm application virtualization_(app-v)_5.0Agm application virtualization_(app-v)_5.0
Agm application virtualization_(app-v)_5.0
 
Sql server community_fa_qs_manual
Sql server community_fa_qs_manualSql server community_fa_qs_manual
Sql server community_fa_qs_manual
 
Getting started with the entity framework 4.1 using asp.net mvc
Getting started with the entity framework 4.1 using asp.net mvcGetting started with the entity framework 4.1 using asp.net mvc
Getting started with the entity framework 4.1 using asp.net mvc
 
Sql server 2012 tutorials reporting services
Sql server 2012 tutorials   reporting servicesSql server 2012 tutorials   reporting services
Sql server 2012 tutorials reporting services
 
Ahg microsoft stream_insight_queries
Ahg microsoft stream_insight_queriesAhg microsoft stream_insight_queries
Ahg microsoft stream_insight_queries
 
The entity framework 4.0 and asp.net web forms getting started
The entity framework 4.0 and asp.net web forms   getting startedThe entity framework 4.0 and asp.net web forms   getting started
The entity framework 4.0 and asp.net web forms getting started
 
14 manage workforce lifecycle
14 manage workforce lifecycle14 manage workforce lifecycle
14 manage workforce lifecycle
 
Deployment guide-for-share point-2013
Deployment guide-for-share point-2013Deployment guide-for-share point-2013
Deployment guide-for-share point-2013
 
Windows Power Shell Sharepoint Better Together
 Windows Power Shell Sharepoint Better Together Windows Power Shell Sharepoint Better Together
Windows Power Shell Sharepoint Better Together
 
Share point server for business intelligence
Share point server for business intelligenceShare point server for business intelligence
Share point server for business intelligence
 
Windows azure sql_database_tutorials
Windows azure sql_database_tutorialsWindows azure sql_database_tutorials
Windows azure sql_database_tutorials
 
Odi installation guide
Odi installation guideOdi installation guide
Odi installation guide
 
Hilo cppxaml
Hilo cppxamlHilo cppxaml
Hilo cppxaml
 
Configure Intranet and Team Sites with SharePoint Server 2013 (update May 2013)
Configure Intranet and Team Sites with SharePoint Server 2013 (update May 2013)Configure Intranet and Team Sites with SharePoint Server 2013 (update May 2013)
Configure Intranet and Team Sites with SharePoint Server 2013 (update May 2013)
 

Similar to Demonstrate profile synchronization in SharePoint Server 2013

Configure an Integrated Exchange, Lync, and SharePoint Test Lab
Configure an Integrated Exchange, Lync, and SharePoint Test LabConfigure an Integrated Exchange, Lync, and SharePoint Test Lab
Configure an Integrated Exchange, Lync, and SharePoint Test LabVinh Nguyen
 
Configure Intranet and Team Sites with SharePoint Server 2013
Configure Intranet and Team Sites with SharePoint Server 2013Configure Intranet and Team Sites with SharePoint Server 2013
Configure Intranet and Team Sites with SharePoint Server 2013Vinh Nguyen
 
Configure SharePoint Server 2013 in a Three-Tier Farm
Configure SharePoint Server 2013 in a Three-Tier FarmConfigure SharePoint Server 2013 in a Three-Tier Farm
Configure SharePoint Server 2013 in a Three-Tier FarmVinh Nguyen
 
HOL-0419-01-PowerProtect_Data_Manager_-19.11.pdf
HOL-0419-01-PowerProtect_Data_Manager_-19.11.pdfHOL-0419-01-PowerProtect_Data_Manager_-19.11.pdf
HOL-0419-01-PowerProtect_Data_Manager_-19.11.pdfHua Chiang
 
Sql server bi poweredby pw_v16
Sql server bi poweredby pw_v16Sql server bi poweredby pw_v16
Sql server bi poweredby pw_v16MILL5
 
Test labs0
Test labs0Test labs0
Test labs0UGAIA
 
Getting started with odi
Getting started with odiGetting started with odi
Getting started with odichecksekhar
 
Informatica installation guide
Informatica installation guideInformatica installation guide
Informatica installation guidecbosepandian
 
Deployment Guide for Business Productivity Online Standard Suite: Whitepaper
Deployment Guide for Business Productivity Online Standard Suite: WhitepaperDeployment Guide for Business Productivity Online Standard Suite: Whitepaper
Deployment Guide for Business Productivity Online Standard Suite: WhitepaperMicrosoft Private Cloud
 
Multidimensional model programming
Multidimensional model programmingMultidimensional model programming
Multidimensional model programmingSteve Xu
 
Share point server for business intelligence
Share point server for business intelligenceShare point server for business intelligence
Share point server for business intelligenceVinh Nguyen
 
Share point server for business intelligence
Share point server for business intelligenceShare point server for business intelligence
Share point server for business intelligenceVinh Nguyen
 
Using sql server in c sharp
Using sql server in c sharpUsing sql server in c sharp
Using sql server in c sharpFaruk Alkan
 
Oracle Lead to Order Integration Pack for Oracle CRM On Demand and Oracle E-B...
Oracle Lead to Order Integration Pack for Oracle CRM On Demand and Oracle E-B...Oracle Lead to Order Integration Pack for Oracle CRM On Demand and Oracle E-B...
Oracle Lead to Order Integration Pack for Oracle CRM On Demand and Oracle E-B...Apps Associates
 
Test Lab Guide: Windows Server 2012 R2 Base Configuration
Test Lab Guide: Windows Server 2012 R2 Base ConfigurationTest Lab Guide: Windows Server 2012 R2 Base Configuration
Test Lab Guide: Windows Server 2012 R2 Base ConfigurationTiago Henrique Ribeiro Ferreira
 
Moss 2007 Deployment Detail
Moss 2007 Deployment DetailMoss 2007 Deployment Detail
Moss 2007 Deployment DetailLiquidHub
 
Power shell desired state configuration for Devops and ALM practitioners
Power shell desired state configuration for Devops and ALM practitionersPower shell desired state configuration for Devops and ALM practitioners
Power shell desired state configuration for Devops and ALM practitionersWilly Marroquin (WillyDevNET)
 

Similar to Demonstrate profile synchronization in SharePoint Server 2013 (20)

Configure an Integrated Exchange, Lync, and SharePoint Test Lab
Configure an Integrated Exchange, Lync, and SharePoint Test LabConfigure an Integrated Exchange, Lync, and SharePoint Test Lab
Configure an Integrated Exchange, Lync, and SharePoint Test Lab
 
Configure Intranet and Team Sites with SharePoint Server 2013
Configure Intranet and Team Sites with SharePoint Server 2013Configure Intranet and Team Sites with SharePoint Server 2013
Configure Intranet and Team Sites with SharePoint Server 2013
 
Configure SharePoint Server 2013 in a Three-Tier Farm
Configure SharePoint Server 2013 in a Three-Tier FarmConfigure SharePoint Server 2013 in a Three-Tier Farm
Configure SharePoint Server 2013 in a Three-Tier Farm
 
HOL-0419-01-PowerProtect_Data_Manager_-19.11.pdf
HOL-0419-01-PowerProtect_Data_Manager_-19.11.pdfHOL-0419-01-PowerProtect_Data_Manager_-19.11.pdf
HOL-0419-01-PowerProtect_Data_Manager_-19.11.pdf
 
Sql server bi poweredby pw_v16
Sql server bi poweredby pw_v16Sql server bi poweredby pw_v16
Sql server bi poweredby pw_v16
 
Test labs0
Test labs0Test labs0
Test labs0
 
Getting started with odi
Getting started with odiGetting started with odi
Getting started with odi
 
Informatica installation guide
Informatica installation guideInformatica installation guide
Informatica installation guide
 
Deployment Guide for Business Productivity Online Standard Suite: Whitepaper
Deployment Guide for Business Productivity Online Standard Suite: WhitepaperDeployment Guide for Business Productivity Online Standard Suite: Whitepaper
Deployment Guide for Business Productivity Online Standard Suite: Whitepaper
 
Multidimensional model programming
Multidimensional model programmingMultidimensional model programming
Multidimensional model programming
 
Share point server for business intelligence
Share point server for business intelligenceShare point server for business intelligence
Share point server for business intelligence
 
Share point server for business intelligence
Share point server for business intelligenceShare point server for business intelligence
Share point server for business intelligence
 
Using sql server in c sharp
Using sql server in c sharpUsing sql server in c sharp
Using sql server in c sharp
 
T sscaling
T sscalingT sscaling
T sscaling
 
Oracle Lead to Order Integration Pack for Oracle CRM On Demand and Oracle E-B...
Oracle Lead to Order Integration Pack for Oracle CRM On Demand and Oracle E-B...Oracle Lead to Order Integration Pack for Oracle CRM On Demand and Oracle E-B...
Oracle Lead to Order Integration Pack for Oracle CRM On Demand and Oracle E-B...
 
Test Lab Guide: Windows Server 2012 R2 Base Configuration
Test Lab Guide: Windows Server 2012 R2 Base ConfigurationTest Lab Guide: Windows Server 2012 R2 Base Configuration
Test Lab Guide: Windows Server 2012 R2 Base Configuration
 
Moss 2007 Deployment Detail
Moss 2007 Deployment DetailMoss 2007 Deployment Detail
Moss 2007 Deployment Detail
 
Moss2007
Moss2007Moss2007
Moss2007
 
Power shell desired state configuration for Devops and ALM practitioners
Power shell desired state configuration for Devops and ALM practitionersPower shell desired state configuration for Devops and ALM practitioners
Power shell desired state configuration for Devops and ALM practitioners
 
SLM
SLMSLM
SLM
 

More from Vinh Nguyen

[Think Next] Gói giải pháp bản địa hóa QAD ERP cho thị trường Việt Nam (VIE)
[Think Next] Gói giải pháp bản địa hóa QAD ERP cho thị trường Việt Nam (VIE)[Think Next] Gói giải pháp bản địa hóa QAD ERP cho thị trường Việt Nam (VIE)
[Think Next] Gói giải pháp bản địa hóa QAD ERP cho thị trường Việt Nam (VIE)Vinh Nguyen
 
[Think Next] VAS and Localization Solution QAD ERP for Vietnam Region (EN)
[Think Next] VAS and Localization Solution QAD ERP for Vietnam Region (EN)[Think Next] VAS and Localization Solution QAD ERP for Vietnam Region (EN)
[Think Next] VAS and Localization Solution QAD ERP for Vietnam Region (EN)Vinh Nguyen
 
Quản Lý Nghiệp - Geshe Michael Roach
Quản Lý Nghiệp - Geshe Michael RoachQuản Lý Nghiệp - Geshe Michael Roach
Quản Lý Nghiệp - Geshe Michael RoachVinh Nguyen
 
Nâng Đoạn Kim Cương - Geshe Michael Roach
Nâng Đoạn Kim Cương - Geshe Michael RoachNâng Đoạn Kim Cương - Geshe Michael Roach
Nâng Đoạn Kim Cương - Geshe Michael RoachVinh Nguyen
 
[Think Next] Cẩm nang làm việc từ xa work from home (WFH)
[Think Next] Cẩm nang làm việc từ xa work from home (WFH)[Think Next] Cẩm nang làm việc từ xa work from home (WFH)
[Think Next] Cẩm nang làm việc từ xa work from home (WFH)Vinh Nguyen
 
VN Real Estate insights
VN Real Estate insightsVN Real Estate insights
VN Real Estate insightsVinh Nguyen
 
VN Education insights
VN Education insightsVN Education insights
VN Education insightsVinh Nguyen
 
Insights from Google for Vietnam mar2016
Insights from Google for Vietnam mar2016Insights from Google for Vietnam mar2016
Insights from Google for Vietnam mar2016Vinh Nguyen
 
VN Travel Insights
VN Travel InsightsVN Travel Insights
VN Travel InsightsVinh Nguyen
 
VN Digital consumer behaviour Retail
VN Digital consumer behaviour RetailVN Digital consumer behaviour Retail
VN Digital consumer behaviour RetailVinh Nguyen
 
Social media for Lead generation
Social media for Lead generationSocial media for Lead generation
Social media for Lead generationVinh Nguyen
 
Nielsen Q1-2016 global consumer confidence report digital final
Nielsen Q1-2016 global consumer confidence report digital finalNielsen Q1-2016 global consumer confidence report digital final
Nielsen Q1-2016 global consumer confidence report digital finalVinh Nguyen
 
VN Digital Consumer behaviour Retail
VN Digital Consumer behaviour RetailVN Digital Consumer behaviour Retail
VN Digital Consumer behaviour RetailVinh Nguyen
 
Economy SEA 2016
Economy SEA 2016Economy SEA 2016
Economy SEA 2016Vinh Nguyen
 
Microsoft Dynamics CRM 2015 Release Preview Guide
Microsoft Dynamics CRM 2015 Release Preview GuideMicrosoft Dynamics CRM 2015 Release Preview Guide
Microsoft Dynamics CRM 2015 Release Preview GuideVinh Nguyen
 
47 creative photography & photoshop projects
47 creative photography & photoshop projects47 creative photography & photoshop projects
47 creative photography & photoshop projectsVinh Nguyen
 
The portraits & landscapes photography book
The portraits & landscapes photography bookThe portraits & landscapes photography book
The portraits & landscapes photography bookVinh Nguyen
 
500 poses for photographing men
500 poses for photographing men500 poses for photographing men
500 poses for photographing menVinh Nguyen
 
500 poses for photographing group portraits
500 poses for photographing group portraits500 poses for photographing group portraits
500 poses for photographing group portraitsVinh Nguyen
 
47 creative photography & photoshop projects
47 creative photography & photoshop projects47 creative photography & photoshop projects
47 creative photography & photoshop projectsVinh Nguyen
 

More from Vinh Nguyen (20)

[Think Next] Gói giải pháp bản địa hóa QAD ERP cho thị trường Việt Nam (VIE)
[Think Next] Gói giải pháp bản địa hóa QAD ERP cho thị trường Việt Nam (VIE)[Think Next] Gói giải pháp bản địa hóa QAD ERP cho thị trường Việt Nam (VIE)
[Think Next] Gói giải pháp bản địa hóa QAD ERP cho thị trường Việt Nam (VIE)
 
[Think Next] VAS and Localization Solution QAD ERP for Vietnam Region (EN)
[Think Next] VAS and Localization Solution QAD ERP for Vietnam Region (EN)[Think Next] VAS and Localization Solution QAD ERP for Vietnam Region (EN)
[Think Next] VAS and Localization Solution QAD ERP for Vietnam Region (EN)
 
Quản Lý Nghiệp - Geshe Michael Roach
Quản Lý Nghiệp - Geshe Michael RoachQuản Lý Nghiệp - Geshe Michael Roach
Quản Lý Nghiệp - Geshe Michael Roach
 
Nâng Đoạn Kim Cương - Geshe Michael Roach
Nâng Đoạn Kim Cương - Geshe Michael RoachNâng Đoạn Kim Cương - Geshe Michael Roach
Nâng Đoạn Kim Cương - Geshe Michael Roach
 
[Think Next] Cẩm nang làm việc từ xa work from home (WFH)
[Think Next] Cẩm nang làm việc từ xa work from home (WFH)[Think Next] Cẩm nang làm việc từ xa work from home (WFH)
[Think Next] Cẩm nang làm việc từ xa work from home (WFH)
 
VN Real Estate insights
VN Real Estate insightsVN Real Estate insights
VN Real Estate insights
 
VN Education insights
VN Education insightsVN Education insights
VN Education insights
 
Insights from Google for Vietnam mar2016
Insights from Google for Vietnam mar2016Insights from Google for Vietnam mar2016
Insights from Google for Vietnam mar2016
 
VN Travel Insights
VN Travel InsightsVN Travel Insights
VN Travel Insights
 
VN Digital consumer behaviour Retail
VN Digital consumer behaviour RetailVN Digital consumer behaviour Retail
VN Digital consumer behaviour Retail
 
Social media for Lead generation
Social media for Lead generationSocial media for Lead generation
Social media for Lead generation
 
Nielsen Q1-2016 global consumer confidence report digital final
Nielsen Q1-2016 global consumer confidence report digital finalNielsen Q1-2016 global consumer confidence report digital final
Nielsen Q1-2016 global consumer confidence report digital final
 
VN Digital Consumer behaviour Retail
VN Digital Consumer behaviour RetailVN Digital Consumer behaviour Retail
VN Digital Consumer behaviour Retail
 
Economy SEA 2016
Economy SEA 2016Economy SEA 2016
Economy SEA 2016
 
Microsoft Dynamics CRM 2015 Release Preview Guide
Microsoft Dynamics CRM 2015 Release Preview GuideMicrosoft Dynamics CRM 2015 Release Preview Guide
Microsoft Dynamics CRM 2015 Release Preview Guide
 
47 creative photography & photoshop projects
47 creative photography & photoshop projects47 creative photography & photoshop projects
47 creative photography & photoshop projects
 
The portraits & landscapes photography book
The portraits & landscapes photography bookThe portraits & landscapes photography book
The portraits & landscapes photography book
 
500 poses for photographing men
500 poses for photographing men500 poses for photographing men
500 poses for photographing men
 
500 poses for photographing group portraits
500 poses for photographing group portraits500 poses for photographing group portraits
500 poses for photographing group portraits
 
47 creative photography & photoshop projects
47 creative photography & photoshop projects47 creative photography & photoshop projects
47 creative photography & photoshop projects
 

Recently uploaded

Michael Vidyakin: Introduction to PMO (UA)
Michael Vidyakin: Introduction to PMO (UA)Michael Vidyakin: Introduction to PMO (UA)
Michael Vidyakin: Introduction to PMO (UA)Lviv Startup Club
 
The End of Business as Usual: Rewire the Way You Work to Succeed in the Consu...
The End of Business as Usual: Rewire the Way You Work to Succeed in the Consu...The End of Business as Usual: Rewire the Way You Work to Succeed in the Consu...
The End of Business as Usual: Rewire the Way You Work to Succeed in the Consu...Brian Solis
 
Amazon ppt.pptx Amazon about the company
Amazon ppt.pptx Amazon about the companyAmazon ppt.pptx Amazon about the company
Amazon ppt.pptx Amazon about the companyfashionfound007
 
7movierulz.uk
7movierulz.uk7movierulz.uk
7movierulz.ukaroemirsr
 
IIBA® Melbourne - Navigating Business Analysis - Excellence for Career Growth...
IIBA® Melbourne - Navigating Business Analysis - Excellence for Career Growth...IIBA® Melbourne - Navigating Business Analysis - Excellence for Career Growth...
IIBA® Melbourne - Navigating Business Analysis - Excellence for Career Growth...AustraliaChapterIIBA
 
NASA CoCEI Scaling Strategy - November 2023
NASA CoCEI Scaling Strategy - November 2023NASA CoCEI Scaling Strategy - November 2023
NASA CoCEI Scaling Strategy - November 2023Steve Rader
 
UNLEASHING THE POWER OF PROGRAMMATIC ADVERTISING
UNLEASHING THE POWER OF PROGRAMMATIC ADVERTISINGUNLEASHING THE POWER OF PROGRAMMATIC ADVERTISING
UNLEASHING THE POWER OF PROGRAMMATIC ADVERTISINGlokeshwarmaha
 
MoneyBridge Pitch Deck - Investor Presentation
MoneyBridge Pitch Deck - Investor PresentationMoneyBridge Pitch Deck - Investor Presentation
MoneyBridge Pitch Deck - Investor Presentationbaron83
 
Entrepreneurship & organisations: influences and organizations
Entrepreneurship & organisations: influences and organizationsEntrepreneurship & organisations: influences and organizations
Entrepreneurship & organisations: influences and organizationsP&CO
 
The Vietnam Believer Newsletter_MARCH 25, 2024_EN_Vol. 003
The Vietnam Believer Newsletter_MARCH 25, 2024_EN_Vol. 003The Vietnam Believer Newsletter_MARCH 25, 2024_EN_Vol. 003
The Vietnam Believer Newsletter_MARCH 25, 2024_EN_Vol. 003believeminhh
 
Live-Streaming in the Music Industry Webinar
Live-Streaming in the Music Industry WebinarLive-Streaming in the Music Industry Webinar
Live-Streaming in the Music Industry WebinarNathanielSchmuck
 
Graham and Doddsville - Issue 1 - Winter 2006 (1).pdf
Graham and Doddsville - Issue 1 - Winter 2006 (1).pdfGraham and Doddsville - Issue 1 - Winter 2006 (1).pdf
Graham and Doddsville - Issue 1 - Winter 2006 (1).pdfAnhNguyen97152
 
Lecture_6.pptx English speaking easyb to
Lecture_6.pptx English speaking easyb toLecture_6.pptx English speaking easyb to
Lecture_6.pptx English speaking easyb toumarfarooquejamali32
 
Building Your Personal Brand on LinkedIn - Expert Planet- 2024
 Building Your Personal Brand on LinkedIn - Expert Planet-  2024 Building Your Personal Brand on LinkedIn - Expert Planet-  2024
Building Your Personal Brand on LinkedIn - Expert Planet- 2024Stephan Koning
 
MC Heights construction company in Jhang
MC Heights construction company in JhangMC Heights construction company in Jhang
MC Heights construction company in Jhangmcgroupjeya
 
Trauma Training Service for First Responders
Trauma Training Service for First RespondersTrauma Training Service for First Responders
Trauma Training Service for First RespondersBPOQe
 
Talent Management research intelligence_13 paradigm shifts_20 March 2024.pdf
Talent Management research intelligence_13 paradigm shifts_20 March 2024.pdfTalent Management research intelligence_13 paradigm shifts_20 March 2024.pdf
Talent Management research intelligence_13 paradigm shifts_20 March 2024.pdfCharles Cotter, PhD
 
Upgrade Your Banking Experience with Advanced Core Banking Applications
Upgrade Your Banking Experience with Advanced Core Banking ApplicationsUpgrade Your Banking Experience with Advanced Core Banking Applications
Upgrade Your Banking Experience with Advanced Core Banking ApplicationsIntellect Design Arena Ltd
 
Data skills for Agile Teams- Killing story points
Data skills for Agile Teams- Killing story pointsData skills for Agile Teams- Killing story points
Data skills for Agile Teams- Killing story pointsyasinnathani
 

Recently uploaded (20)

Michael Vidyakin: Introduction to PMO (UA)
Michael Vidyakin: Introduction to PMO (UA)Michael Vidyakin: Introduction to PMO (UA)
Michael Vidyakin: Introduction to PMO (UA)
 
The End of Business as Usual: Rewire the Way You Work to Succeed in the Consu...
The End of Business as Usual: Rewire the Way You Work to Succeed in the Consu...The End of Business as Usual: Rewire the Way You Work to Succeed in the Consu...
The End of Business as Usual: Rewire the Way You Work to Succeed in the Consu...
 
Amazon ppt.pptx Amazon about the company
Amazon ppt.pptx Amazon about the companyAmazon ppt.pptx Amazon about the company
Amazon ppt.pptx Amazon about the company
 
7movierulz.uk
7movierulz.uk7movierulz.uk
7movierulz.uk
 
IIBA® Melbourne - Navigating Business Analysis - Excellence for Career Growth...
IIBA® Melbourne - Navigating Business Analysis - Excellence for Career Growth...IIBA® Melbourne - Navigating Business Analysis - Excellence for Career Growth...
IIBA® Melbourne - Navigating Business Analysis - Excellence for Career Growth...
 
Investment Opportunity for Thailand's Automotive & EV Industries
Investment Opportunity for Thailand's Automotive & EV IndustriesInvestment Opportunity for Thailand's Automotive & EV Industries
Investment Opportunity for Thailand's Automotive & EV Industries
 
NASA CoCEI Scaling Strategy - November 2023
NASA CoCEI Scaling Strategy - November 2023NASA CoCEI Scaling Strategy - November 2023
NASA CoCEI Scaling Strategy - November 2023
 
UNLEASHING THE POWER OF PROGRAMMATIC ADVERTISING
UNLEASHING THE POWER OF PROGRAMMATIC ADVERTISINGUNLEASHING THE POWER OF PROGRAMMATIC ADVERTISING
UNLEASHING THE POWER OF PROGRAMMATIC ADVERTISING
 
MoneyBridge Pitch Deck - Investor Presentation
MoneyBridge Pitch Deck - Investor PresentationMoneyBridge Pitch Deck - Investor Presentation
MoneyBridge Pitch Deck - Investor Presentation
 
Entrepreneurship & organisations: influences and organizations
Entrepreneurship & organisations: influences and organizationsEntrepreneurship & organisations: influences and organizations
Entrepreneurship & organisations: influences and organizations
 
The Vietnam Believer Newsletter_MARCH 25, 2024_EN_Vol. 003
The Vietnam Believer Newsletter_MARCH 25, 2024_EN_Vol. 003The Vietnam Believer Newsletter_MARCH 25, 2024_EN_Vol. 003
The Vietnam Believer Newsletter_MARCH 25, 2024_EN_Vol. 003
 
Live-Streaming in the Music Industry Webinar
Live-Streaming in the Music Industry WebinarLive-Streaming in the Music Industry Webinar
Live-Streaming in the Music Industry Webinar
 
Graham and Doddsville - Issue 1 - Winter 2006 (1).pdf
Graham and Doddsville - Issue 1 - Winter 2006 (1).pdfGraham and Doddsville - Issue 1 - Winter 2006 (1).pdf
Graham and Doddsville - Issue 1 - Winter 2006 (1).pdf
 
Lecture_6.pptx English speaking easyb to
Lecture_6.pptx English speaking easyb toLecture_6.pptx English speaking easyb to
Lecture_6.pptx English speaking easyb to
 
Building Your Personal Brand on LinkedIn - Expert Planet- 2024
 Building Your Personal Brand on LinkedIn - Expert Planet-  2024 Building Your Personal Brand on LinkedIn - Expert Planet-  2024
Building Your Personal Brand on LinkedIn - Expert Planet- 2024
 
MC Heights construction company in Jhang
MC Heights construction company in JhangMC Heights construction company in Jhang
MC Heights construction company in Jhang
 
Trauma Training Service for First Responders
Trauma Training Service for First RespondersTrauma Training Service for First Responders
Trauma Training Service for First Responders
 
Talent Management research intelligence_13 paradigm shifts_20 March 2024.pdf
Talent Management research intelligence_13 paradigm shifts_20 March 2024.pdfTalent Management research intelligence_13 paradigm shifts_20 March 2024.pdf
Talent Management research intelligence_13 paradigm shifts_20 March 2024.pdf
 
Upgrade Your Banking Experience with Advanced Core Banking Applications
Upgrade Your Banking Experience with Advanced Core Banking ApplicationsUpgrade Your Banking Experience with Advanced Core Banking Applications
Upgrade Your Banking Experience with Advanced Core Banking Applications
 
Data skills for Agile Teams- Killing story points
Data skills for Agile Teams- Killing story pointsData skills for Agile Teams- Killing story points
Data skills for Agile Teams- Killing story points
 

Demonstrate profile synchronization in SharePoint Server 2013

  • 1. Test Lab Guide: Demonstrate profile synchronization in SharePoint Server 2013 This document is provided “as-is”. Information and views expressed in this document, including URL and other Internet Web site references, may change without notice. You bear the risk of using it. Some examples depicted herein are provided for illustration only and are fictitious. No real association or connection is intended or should be inferred. This document does not provide you with any legal rights to any intellectual property in any Microsoft product. You may copy and use this document for your internal, reference purposes. © 2013 Microsoft Corporation. All rights reserved.
  • 2. Test Lab Guide: Demonstrate profile synchronization in SharePoint Server 2013 April 2013 © 2013 Microsoft Corporation. All rights reserved. Page 2 To comment on this paper or request more documentation on these features, contact the Microsoft Office and Servers Team (itspdocs@microsoft.com). Test Lab Guide: Demonstrate profile synchronization in SharePoint Server 2013 Author: KC Cross Rowley Microsoft Corporation June 2013 Applies to: SharePoint Server 2013 Summary: This paper contains a brief introduction to SharePoint Server 2013 Server and step-by- step instructions to create a test lab that contains the SharePoint Server synchronization tool and demonstrate how to set up the User Profile service application. This paper does not describe how to install and configure SharePoint Server in a pilot or production environment. For more information, see Install and deploy SharePoint 2013.
  • 3. Test Lab Guide: Demonstrate profile synchronization in SharePoint Server 2013 April 2013 © 2013 Microsoft Corporation. All rights reserved. Page 3 To comment on this paper or request more documentation on these features, contact the Microsoft Office and Servers Team (itspdocs@microsoft.com). Contents Introduction................................................................................................................................................................................5 Test Lab Guides.........................................................................................................................................................................6 In this guide ...............................................................................................................................................................................7 Test lab overview..............................................................................................................................................................8 Hardware and software requirements......................................................................................................................9 Profile synchronization test lab accounts and permissions........................................................................... 10 Steps to configure the profile synchronization test Lab ........................................................................................ 10 Step 1: Set up the three-tier farm test lab ........................................................................................................... 10 Step 2: Create a managed metadata service application, My Site web application, and site collection and configure settings............................................................................................................................ 11 Provide Replicating Directory Changes permission to CORPUser1 on DC1.................................. 11 Start the managed metadata service on APP1 ........................................................................................... 12 Create an instance of the managed metadata service application on APP1................................... 12 Create a My Sites web application on APP1................................................................................................ 13 Create a managed path for My Sites on APP1............................................................................................ 14 Create a My Site Host site collection on APP1 ........................................................................................... 14 Step 3: Configure the User Profile service application.................................................................................... 15 Start the User Profile service on APP1 ........................................................................................................... 16 Create the User Profile service application on APP1................................................................................ 16 Start the User Profile synchronization service on APP1 .......................................................................... 17
  • 4. Test Lab Guide: Demonstrate profile synchronization in SharePoint Server 2013 April 2013 © 2013 Microsoft Corporation. All rights reserved. Page 4 To comment on this paper or request more documentation on these features, contact the Microsoft Office and Servers Team (itspdocs@microsoft.com). Step 4: Create a synchronization connection on APP1 to a directory service on DC1........................ 18 Step 5: Demonstrate user profile synchronization............................................................................................ 20 Perform full synchronization on APP1 ........................................................................................................... 20 Verify that User1 appears in the profile database on SQL1................................................................... 21 Create User2 on DC1 ............................................................................................................................................ 21 Confirm that User2 does not appear in People Picker ............................................................................ 22 Perform incremental synchronization on APP1.......................................................................................... 23 Verify that User2 appears in the profile database on SQL1................................................................... 23 Confirm that User2 appears in People Picker.............................................................................................. 24 Snapshot the Configuration.............................................................................................................................................. 24 Additional Resources........................................................................................................................................................... 25
  • 5. Test Lab Guide: Demonstrate profile synchronization in SharePoint Server 2013 April 2013 © 2013 Microsoft Corporation. All rights reserved. Page 5 To comment on this paper or request more documentation on these features, contact the Microsoft Office and Servers Team (itspdocs@microsoft.com). Introduction Microsoft SharePoint Server 2013 makes it easy for people to work together. SharePoint Server 2013 enables you and your employees to set up web sites to share information with others, manage documents from start to finish, and publish reports to help everyone make better decisions. SharePoint Server 2013 has the following capabilities that are supported by the User Profile service application:  Search User profiles enable you to search for and connect with people within your organization. User profile information is used by index and search services to provide better search results, and is used in targeting content to audiences.  Social computing The User Profile service application stores information about users in a central location. Social computing features use this information to enable productive interactions so that users can collaborate efficiently. In order to provision My Sites, enable social computing features such as social tagging and newsfeeds, and create and distribute profiles across multiple sites and farms, you use the User Profile service application. SharePoint Server 2013 supports three methods of profile synchronization:  Using the SharePoint Server synchronization tool  Active Directory import  Using the Forefront Identity Manager connector for SharePoint identity This TLG demonstrates the use of the SharePoint Server synchronization tool to synchronize profiles between SharePoint Server 2013 and a single Active Directory domain controller. For more information about Microsoft SharePoint Server 2013, see the SharePoint 2013 Product Information site and SharePoint 2013 for IT pros.
  • 6. Test Lab Guide: Demonstrate profile synchronization in SharePoint Server 2013 April 2013 © 2013 Microsoft Corporation. All rights reserved. Page 6 To comment on this paper or request more documentation on these features, contact the Microsoft Office and Servers Team (itspdocs@microsoft.com). Test Lab Guides Microsoft Test Lab Guides (TLGs) are a set of documents that step you through the configuration and demonstration of a Microsoft technology or product in a standardized test lab environment, which starts with a common base configuration that mimics a simplified intranet and the Internet. TLGs are designed to be modular, extensible, and stackable to configure complex, multi-product solutions. TLGs make learning about products, technologies, and solutions easier by providing that crucial hands-on, “I built it out myself” experience. For more information, see Test Lab Guides at http://microsoft.com/testlabguides. A TLG stack is a set of dependent TLGs that, when configured from the bottom of the stack, create a meaningful test lab configuration. This TLG is at the top of the following TLG stack: Figure 1: TLG stack for the profile synchronization test lab
  • 7. Test Lab Guide: Demonstrate profile synchronization in SharePoint Server 2013 April 2013 © 2013 Microsoft Corporation. All rights reserved. Page 7 To comment on this paper or request more documentation on these features, contact the Microsoft Office and Servers Team (itspdocs@microsoft.com). In this guide This paper contains instructions for setting up a test lab based on the following test lab guides:  Base Configuration test lab guide  Install SQL Server 2012  Configure a three-tier farm In addition, this paper contains instructions for configuring SharePoint Server 2013 using four server computers. The resulting test lab demonstrates using the SharePoint Server synchronization tool as described in Manage user profile synchronization in SharePoint Server 2013. Important The following instructions configure a profile synchronization test lab that uses the minimum number of computers. Individual computers are needed to separate the services that the network provides and to clearly show the desired functionality. This configuration is neither designed to reflect best practices nor does it reflect a desired or recommended configuration for a production network. The configuration, including IP addresses and all other configuration parameters, is designed only to work on a separate test lab network. Attempting to adapt this test lab configuration to a pilot or production deployment can result in configuration or functionality issues. For information about how to deploy SharePoint Server 2013 in a pilot or production environment, see Install and deploy SharePoint 2013.
  • 8. Test Lab Guide: Demonstrate profile synchronization in SharePoint Server 2013 April 2013 © 2013 Microsoft Corporation. All rights reserved. Page 8 To comment on this paper or request more documentation on these features, contact the Microsoft Office and Servers Team (itspdocs@microsoft.com). Test lab overview In this test lab, SharePoint Server 2013 User Profile synchronization functionality in a three-tier farm is demonstrated in a deployment that contains the following computers:  One computer running Windows® Server® 2008 R2 Enterprise Edition named DC1 that is configured as an intranet domain controller, Domain Name System (DNS) server, DHCP server, and enterprise root certification authority (CA).  One intranet member server running Windows Server 2008 R2 Enterprise Edition named SQL1 that is configured as a SQL Server database server.  One intranet member server running Windows Server 2008 R2 Service Pack 1 Enterprise Edition named APP1 that is configured as the SharePoint Server 2013 application server.  One intranet member server running Windows Server 2008 R2 Service Pack 1 Enterprise Edition named WFE1 that is configured as the SharePoint front-end web server.  One member client computer, named CLIENT1, that runs Windows 7 Enterprise or Ultimate. The SharePoint Server 2013 test lab consists of a single subnet named Corpnet (10.0.0.0/24) that simulates a private intranet. Computers on the Corpnet subnet connect by using a hub or switch.
  • 9. Test Lab Guide: Demonstrate profile synchronization in SharePoint Server 2013 April 2013 © 2013 Microsoft Corporation. All rights reserved. Page 9 To comment on this paper or request more documentation on these features, contact the Microsoft Office and Servers Team (itspdocs@microsoft.com). Figure 2: Architecture of the Corpnet subnet for the profile synchronization test lab Hardware and software requirements The following are required components of the profile synchronization test lab:  The product disc or files for Windows Server 2008 R2 Service Pack 1  The product disc or files for Microsoft SQL Server 2012 or Microsoft SQL Server 2008 R2 SP1  The product disc or files for SharePoint Server 2013  Four computers that meet the minimum hardware requirements for Windows Server 2008 R2 Enterprise Edition  The product disc or files for Windows 7
  • 10. Test Lab Guide: Demonstrate profile synchronization in SharePoint Server 2013 April 2013 © 2013 Microsoft Corporation. All rights reserved. Page 10 To comment on this paper or request more documentation on these features, contact the Microsoft Office and Servers Team (itspdocs@microsoft.com). Profile synchronization test lab accounts and permissions You must be logged on as a member of the Domain Admins group or a member of the Administrators group on each computer to complete the tasks in this guide. If you cannot complete a task while you are logged on with an account that is a member of the Administrators group, try to perform the task while you are logged on with an account that is a member of the Domain Admins group. The account that you use to complete these tasks should also be a member of the Farm Administrators group. Most tasks in this test lab guide use the CORPUser1 account. Steps to configure the profile synchronization test Lab There are five steps to follow to set up the SharePoint Server 2013 profile synchronization test lab.  Step 1: Set up the three-tier farm test lab  Step 2: Create a managed metadata service application, My Site web application, and site collection and configure settings  Step 3: Configure the User Profile service application   Step 4: Create a synchronization connection on APP1 to a directory service on DC1  Step 5: Demonstrate user profile synchronization Step 1: Set up the three-tier farm test lab Use the instructions in the Test Lab Guide: Configure SharePoint Server 2013 in a Three-Tier Farm to set up the SharePoint Server 2013 three-tier farm test lab. You can choose to install either SQL Server 2008 R2 SP1 or SQL Server 2012. The procedures in this test lab guide were written for SQL Server 2012.
  • 11. Test Lab Guide: Demonstrate profile synchronization in SharePoint Server 2013 April 2013 © 2013 Microsoft Corporation. All rights reserved. Page 11 To comment on this paper or request more documentation on these features, contact the Microsoft Office and Servers Team (itspdocs@microsoft.com). Step 2: Create a managed metadata service application, My Site web application, and site collection and configure settings This step describes how to prepare the farm and configure required settings in the following sections:  Provide Replicating Directory Changes permission to CORPUser1 on DC1  Start the managed metadata service on APP1  Create an instance of the managed metadata service application on APP1  Create a My Sites web application on APP1  Create a managed path for My Sites on APP1  Create a My Site Host site collection on App1 Provide Replicating Directory Changes permission to CORPUser1 on DC1 In this procedure, you will grant Replicating Directory Changes permission to CORPUser1. To provide Replicating Directory Changes permission to CORPUser1 on DC1: 1. Log on to DC1.corp.contoso.com as CORPUser1. 2. Click Start, click Administrative Tools, and then click Active Directory Users and Computers. 3. In Active Directory Users and Computers, right-click the corp.contoso.com domain, and then click Delegate Control. 4. On the first page of the Delegation of Control Wizard, click Next. 5. On the Users or Groups page, click Add. 6. In the Enter the object names to select box, type User1, and then click OK.
  • 12. Test Lab Guide: Demonstrate profile synchronization in SharePoint Server 2013 April 2013 © 2013 Microsoft Corporation. All rights reserved. Page 12 To comment on this paper or request more documentation on these features, contact the Microsoft Office and Servers Team (itspdocs@microsoft.com). 7. Click Next. 8. On the Tasks to Delegate page, select Create a custom task to delegate, and then click Next. 9. On the Active Directory Object Type page, select This folder, existing objects in this folder, and creation of new objects in this folder, and then click Next. 10. On the Permissions page, in the Permissions box, select Replicating Directory Changes, and then click Next. 11. Click Finish. Start the managed metadata service on APP1 In this procedure, you start the managed metadata service on APP1. To start the managed metadata service on APP1: 1. Log on to APP1.corp.contoso.com as CORPUser1. 2. On the SharePoint Central Administration web site, in the System Settings section, click Manage services on server. 3. On the Services on Server page, in the Server list, make sure that APP1.corp.contoso.com is selected. 4. Find the row whose Service column value is Managed Metadata Web Service. If the value in the Status column is Stopped, click Start in the Action column. Create an instance of the managed metadata service application on APP1 In this procedure, you create a managed metadata service application on APP1. To create a managed metadata service application on APP1: 1. Log on to APP1.corp.contoso.com as CORPUser1. 2. On the SharePoint Central Administration web site, in the Application Management section, click Manage service applications. 3. In the Create group of the ribbon, click New, and then click Managed Metadata Service.
  • 13. Test Lab Guide: Demonstrate profile synchronization in SharePoint Server 2013 April 2013 © 2013 Microsoft Corporation. All rights reserved. Page 13 To comment on this paper or request more documentation on these features, contact the Microsoft Office and Servers Team (itspdocs@microsoft.com). 4. On the Create New Managed Metadata Service page, in the Name box, type Managed Metadata service application. 5. In the Database Server box, confirm that the database server is SQL1. 6. In the Database Name box, type TLGTermStoreDB. 7. In the Application Pool section, select Create new application pool, and then in the Application pool name box, type ManagedMetadataAppPool. 8. Select Configurable, and then select CORPuser1. 9. Click OK. Create a My Sites web application on APP1 In this procedure, you create a web application for My Sites on App1. To create a web application on APP1: 1. Log on to APP1.corp.contoso.com as CORPuser1. 2. On the SharePoint Central Administration web site, in the Application Management section, click Manage web applications. 3. In the Contribute group of the ribbon, click New. 4. On the Create New Web Application page, select Create a new IIS web site. 5. In the Name box, type MySitesWebApp. 6. In the Port box, type 33333. 7. In the Public URL section, in the URL box, confirm that the URL is http://APP1.corp.contoso.com:33333. 8. In the Application Pool section, click Create new application pool, and then in the Application pool name box, type MySitesAppPool – 33333. 9. Click Configurable, and then select CORPUser1. 10. In the Database Name and Authentication section, in the Database Name box, type MySitesWebAppDB. 11. Click OK.
  • 14. Test Lab Guide: Demonstrate profile synchronization in SharePoint Server 2013 April 2013 © 2013 Microsoft Corporation. All rights reserved. Page 14 To comment on this paper or request more documentation on these features, contact the Microsoft Office and Servers Team (itspdocs@microsoft.com). Create a managed path for My Sites on APP1 In this procedure, you create a managed path on APP1. To create a managed path for My Sites on APP1: 1. Log on to APP1.corp.contoso.com as CORPUser1. 2. On the SharePoint Central Administration web site, in the Application Management section, click Manage web applications. 3. Click the My Sites web application. 4. In the Manage group of the ribbon, click Managed Paths. 5. On the Define Managed Paths page, in the Add a New Path section, in the Path box, type /personal. 6. Click Check URL to confirm the path name. 7. In the Type list, select Wildcard inclusion. 8. Click Add Path. 9. Click OK. Create a My Site Host site collection on APP1 In this procedure, you create a My Site Host site collection. The My Site Host site collection is a site collection that uses the Enterprise site template named My Site Host. To create a My Site Host site collection on APP1: 1. Log on to APP1.corp.contoso.com as CORPUser1. 2. On the SharePoint Central Administration web site, in the Application Management section, click Create site collections. 3. On the Create site collections page, in the Web Application section, make sure that http://APP1.corp.contoso.com:33333/ is displayed for Web Application. 4. In the Title and Description section, in the Title box, type MySitesSiteCollection. 5. In the Web Site Address section, under URL, from the list, select /personal/ and then in the box, type my. 6. In the Template Selection section, click the Enterprise tab, and then select My Site Host.
  • 15. Test Lab Guide: Demonstrate profile synchronization in SharePoint Server 2013 April 2013 © 2013 Microsoft Corporation. All rights reserved. Page 15 To comment on this paper or request more documentation on these features, contact the Microsoft Office and Servers Team (itspdocs@microsoft.com). 7. In the Primary Site Collection Administrator section, in the User name box, type User1, and then click the Check Names icon. 8. Click OK. Step 3: Configure the User Profile service application In this step you will complete the following tasks:  Start the User Profile service on APP1  Create the User Profile service application on APP1  Start the User Profile synchronization service on APP1
  • 16. Test Lab Guide: Demonstrate profile synchronization in SharePoint Server 2013 April 2013 © 2013 Microsoft Corporation. All rights reserved. Page 16 To comment on this paper or request more documentation on these features, contact the Microsoft Office and Servers Team (itspdocs@microsoft.com). Start the User Profile service on APP1 In this procedure, you start the User Profile service on APP1. To start the User Profile service on APP1: 1. Log on to APP1.corp.contoso.com as CORPUser1. 2. On the SharePoint Central Administration web site, in the System Settings section, click Manage services on server. 3. On the Services on Server page, in the Server list, make sure that APP1.corp.contoso.com is selected. 4. Find the row whose Service column value is User Profile Service. If the value in the Status column is Stopped, click Start in the Action column. Create the User Profile service application on APP1 In this procedure, you create the User Profile service application. To create the User Profile service application on APP1: 1. Log on to APP1.corp.contoso.com as CORPUser1. 2. On the SharePoint Central Administration web site, in the Application Management section, click Manage service applications. 3. On the Manage Service Applications page, click the Service Applications tab to enable the ribbon. 4. In the Create group of the ribbon, click New, and then click User Profile Service Application. 5. In the Create New User Profile Service Application dialog box, in the Name box, type UserProfileServiceApp. 6. In the Application Pool section, select Create new application pool and then in the Application pool name box, type UserProfileAppPool. 7. In the Profile Database section, in the Database Server box, make sure that SQL1 is displayed. In the Database Name box, delete the default and type TLGProfileDB.
  • 17. Test Lab Guide: Demonstrate profile synchronization in SharePoint Server 2013 April 2013 © 2013 Microsoft Corporation. All rights reserved. Page 17 To comment on this paper or request more documentation on these features, contact the Microsoft Office and Servers Team (itspdocs@microsoft.com). 8. In the Synchronization Database section, in the Database Server box, make sure that SQL1 is displayed. In the Database Name box, delete the default and type TLGUPSyncDB. 9. In the Social Tagging Database section, in the Database Server box, make sure that SQL1 is displayed. In the Database Name box, delete the default and type TLGTaggingDB. 10. In the Profile Synchronization Instance section, select APP1.corp.contoso.com. 11. In the My Site Host URL section, type http://APP1.corp.contoso.com:33333. 12. In the My Site Managed Path section, type /personal. 13. In the Site Naming Format section, select Domain and user name (will not have conflicts). 14. In the Default Proxy Group section, select Yes. 15. Click Create. Start the User Profile synchronization service on APP1 In this procedure, you start the User Profile synchronization service. Important Do not start the synchronization service before you start the User Profile service. To start the User Profile synchronization service on APP1: 1. Log on to APP1.corp.contoso.com as CORPUser1. 2. On the Central Administration web site, in the System Settings section, click Manage services on server. 3. On the Services on Server page, in the Server box, select APP1.corp.contoso.com. 4. Find the row whose Service column value is User Profile Service. Confirm that the value in the Status column is Started. Important If the value is Stopped, do not proceed to the next step. Instead, click Start and wait until the service is Started before you proceed. 5. Find the row whose Service column value is User Profile Synchronization Service. If the value in the Status column is Stopped, click Start in the Action column. 6. On the User Profile Synchronization Service page, in the Select the User Profile Application section, select UserProfileServiceApp.
  • 18. Test Lab Guide: Demonstrate profile synchronization in SharePoint Server 2013 April 2013 © 2013 Microsoft Corporation. All rights reserved. Page 18 To comment on this paper or request more documentation on these features, contact the Microsoft Office and Servers Team (itspdocs@microsoft.com). 7. In the Service Account Name and Password section, CORPUser1 is already selected. Enter the password for the CORPUser1 account in the Password box, and enter it again in the Confirm Password box. 8. Click OK. 9. After the synchronization service starts, click Start, right click Command Prompt and then click Run as Administrator. Important Do not reset IIS until the User Profile synchronization service is started. This can take a long time. The synchronization service is installing a version of Forefront Identity Manager (FIM) and provisioning data in the background. Interrupting this process could corrupt your environment and render it unstable or unusable. 10. At the command-line, type iisreset and then press ENTER. 11. When the “Internet services successfully restarted” message appears, close the Administrator: Command Prompt window. Step 4: Create a synchronization connection on APP1 to a directory service on DC1 In this step, you create a synchronization connection on APP1 to the directory service on DC1. The connection identifies the items to synchronize and contains the credentials that SharePoint Server uses to interact with the directory service. To create a synchronization connection to the directory service: 1. Log on to APP1.corp.contoso.com as CORPUser1. 2. On the Central Administration web site, in the Application Management section, click Manage service applications. 3. On the Manage Service Applications page, in the Name column, click UserProfileServiceApp. 4. On the Manage Profile Service page, in the Synchronization section, click Configure Synchronization Connections. 5. On the Synchronizations Connections page, click Create New Connection.
  • 19. Test Lab Guide: Demonstrate profile synchronization in SharePoint Server 2013 April 2013 © 2013 Microsoft Corporation. All rights reserved. Page 19 To comment on this paper or request more documentation on these features, contact the Microsoft Office and Servers Team (itspdocs@microsoft.com). 6. On the Add new synchronization connection page, type ADConnection1 in the Connection Name box. 7. From the Type list, select Active Directory. 8. In the Forest name box, type corp.contoso.com. 9. In the Authentication Provider Type box, select Windows Authentication. 10. In the Account name box, type CORPUser1. 11. In the Password box, type the password for CORPUser1. 12. In the Confirm Password box, type the password again. 13. In the Port box, leave the default 389. 14. Do not select Use SSL-secured connection. 15. In the Containers section, click Populate Containers. When the containers appear, expand the CORP container and then select the Users container as shown in Figure 3. Figure 3: Active Directory containers selected for synchronization 16. Click OK.
  • 20. Test Lab Guide: Demonstrate profile synchronization in SharePoint Server 2013 April 2013 © 2013 Microsoft Corporation. All rights reserved. Page 20 To comment on this paper or request more documentation on these features, contact the Microsoft Office and Servers Team (itspdocs@microsoft.com). Step 5: Demonstrate user profile synchronization In this step you will complete the following tasks to demonstrate how profile synchronization works in SharePoint Server 2013:  Perform full synchronization on APP1  Verify that User1 appears in the profile database on SQL1  Create User2 on DC1  Confirm that User2 does not appear in People Picker  Perform incremental synchronization on APP1  Verify that User2 appears in the profile database on SQL1 Perform full synchronization on APP1 12. This procedure synchronizes all objects in the Users container that you selected when you created the connection between the domain controller and SharePoint Server 2013 in “ Step 4: Create a synchronization connection on APP1 to a directory service on DC1”. To perform full profile synchronization on APP1: 1. On the Central Administration web site, in the Application Management section, click Manage service applications. 2. On the Manage Service Applications page, in the Name column, click UserProfileServiceApp. 3. On the Manage Profile Service page, in the Synchronization section, click Start Profile Synchronization. 4. On the Start Profile Synchronization page, click Start Full Synchronization. 5. Click OK.
  • 21. Test Lab Guide: Demonstrate profile synchronization in SharePoint Server 2013 April 2013 © 2013 Microsoft Corporation. All rights reserved. Page 21 To comment on this paper or request more documentation on these features, contact the Microsoft Office and Servers Team (itspdocs@microsoft.com). Verify that User1 appears in the profile database on SQL1 This procedure confirms that synchronization copied CORPUser1 from the domain controller to the profile database on SQL1. Important This verification step is included in this Test Lab so that you can see the user entry inside the database and visualize how profile synchronization works. Do not ever do this in a production SharePoint environment. To verify that User1 appears in the profile database on SQL1: 1. Log on to SQL1 as CORPUser1. 2. Click Start and then click SQL Server Management Studio. 3. On the Connect to Server dialog box, in the Server name box, type SQL1, and then click Connect. 4. In Object Explorer, right-click Databases, and then click New Query. 5. In the Query window, type the following query: USE [TLGProfileDB] SELECT NTName, PreferredName, Email, [SID] FROM UserProfile_Full WITH (NOLOCK) GO 6. Click Execute. 7. On the Results tab, in the Name column, confirm that CORPUser1 appears in the list. Create User2 on DC1 This procedure adds a new user, CORPUser2, to the domain controller in the same container as CORPUser1. To add User2 on DC1: 1. Log on to DC1.corp.contoso.com as CORPUser1. 2. Click Start, then click Active Directory Users and Computers.
  • 22. Test Lab Guide: Demonstrate profile synchronization in SharePoint Server 2013 April 2013 © 2013 Microsoft Corporation. All rights reserved. Page 22 To comment on this paper or request more documentation on these features, contact the Microsoft Office and Servers Team (itspdocs@microsoft.com). 3. On the Active Directory Users and Computers window, expand corp.contoso.com, right- click the Users folder, click New, and then click User. 4. On the New Object – User dialog box, in the Full name box, type User2. 5. In the User logon name box, type User2. 6. Click Next. 7. In the Password box, enter a password for this user, confirm the password, and then click Next. 8. Click Finish. Confirm that User2 does not appear in People Picker This procedure confirms that although the new user, CORPUser2, is in the domain, the user is not available in the SharePoint environment. To confirm CORPUser2 is not available through People Picker: 1. Log on to CLIENT1 as CORPUser1. 2. Start your browser and browse to http://APP1.corp.contoso.com. 3. On the Contoso Corporation page, click the settings icon (the cogged wheel) in the upper right corner of the page, and then click Site settings. 4. In Users and Permissions, click Site permissions. 5. Click the link for Contoso Corporation Members, and then click New. 6. In the Share ‘Contoso Corporation box, type use. 7. Confirm that only User1 appears in the list. 8. Click Cancel and close the browser session.
  • 23. Test Lab Guide: Demonstrate profile synchronization in SharePoint Server 2013 April 2013 © 2013 Microsoft Corporation. All rights reserved. Page 23 To comment on this paper or request more documentation on these features, contact the Microsoft Office and Servers Team (itspdocs@microsoft.com). Perform incremental synchronization on APP1 Incremental synchronization only updates entries that have changed in SharePoint Server 2013 or in the external system, in this case the domain controller. For this test lab guide, the only change is the addition of User2 to the domain controller. To perform incremental profile synchronization on APP1: 1. On the Central Administration web site, in the Application Management section, click Manage service applications. 2. On the Manage Service Applications page, in the Name column, click UserProfileServiceApp. 3. On the Manage Profile Service page, in the Synchronization section, click Start Profile Synchronization. 4. On the Start Profile Synchronization page, click Start Incremental Synchronization. 5. Click OK. Verify that User2 appears in the profile database on SQL1 This procedure confirms that synchronization copied CORPUser2 from the domain controller to the profile database on SQL1. Important This verification step is included in this Test Lab so that you can see the user entry inside the database and visualize how profile synchronization works. Do not ever do this in a production SharePoint environment. To verify that User2 appears in the profile database on SQL1: 1. Log on to SQL1 as CORPUser1. 2. Click Start and then click SQL Server Management Studio. 3. On the Connect to Server dialog box, in the Server name box, type SQL1, and then click Connect.
  • 24. Test Lab Guide: Demonstrate profile synchronization in SharePoint Server 2013 April 2013 © 2013 Microsoft Corporation. All rights reserved. Page 24 To comment on this paper or request more documentation on these features, contact the Microsoft Office and Servers Team (itspdocs@microsoft.com). 4. In Object Explorer, right-click Databases, and then click New Query. 5. In the Query window, type the following query: USE [TLGProfileDB] SELECT NTName, PreferredName, Email, [SID] FROM UserProfile_Full WITH (NOLOCK) GO 6. Click Execute. 7. On the Results tab, in the Name column, confirm that CORPUser2 appears in the list. Confirm that User2 appears in People Picker This procedure confirms that the new user, CORPUser2, is available in the SharePoint environment. To confirm CORPUser2 is available through People Picker: 1. Log on to CLIENT1 as CORPUser1. 2. Start your browser and browse to http://APP1.corp.contoso.com. 3. On the Contoso Corporation page, click the settings icon (the cogged wheel) in the upper right corner of the page, and then click Site settings. 4. In Users and Permissions, click Site permissions. 5. Click the link for Contoso Corporation Members, and then click New. 6. In the Share ‘Contoso Corporation box, type use. 7. Confirm that User1 and User2 appear in the list. 8. Click Cancel and close the browser session. Snapshot the Configuration This completes the profile synchronization test lab. To save this configuration to use in subsequent tests and experimentation, do the following: On all physical computers or virtual machines in the test lab, close all windows and then perform a graceful shutdown. If your lab is based on virtual machines, save a snapshot of each virtual machine and name the snapshots profile synchronization. If your lab uses physical computers, create disk images to save the profile synchronization test lab configuration.
  • 25. Test Lab Guide: Demonstrate profile synchronization in SharePoint Server 2013 April 2013 © 2013 Microsoft Corporation. All rights reserved. Page 25 To comment on this paper or request more documentation on these features, contact the Microsoft Office and Servers Team (itspdocs@microsoft.com). Additional Resources For more information about SharePoint Server 2013, see the SharePoint 2013 product information web page and SharePoint 2013 for IT pros. To provide the authors of this guide with feedback or suggestions for improvement, send an email message to itspdocs@microsoft.com. To submit your questions about this test lab or SharePoint Server 2013, see the SharePoint 2013 for IT Professionals Forum. For a list of TLGs related to this test lab or extensions to demonstrate additional functionality, see SharePoint Server 2013 Test Lab in the TechNet Wiki. Microsoft strongly encourages you to develop and publish your own TLG content for SharePoint Server 2013, either in the TechNet Wiki (example: Test Lab Guide: Demonstrate Remote Access VPNs) or in your own publishing forum (example: Test Lab Guide (Part 1) - Demonstrate TMG PPTP, L2TP/IPsec and SSTP Remote Access VPN Server). If you want to publish your TLG content in the TechNet wiki, see the How to contribute series of TLG blog posts for information about the types of content you can create and for links to templates and guidance. For a list of additional Microsoft TLGs, see Test Lab Guides in the TechNet Wiki.