zoukankan      html  css  js  c++  java
  • [Forward]Visual Guide: Setting up My Sites in SharePoint 2013

        Visual Guide: Setting up My Sites in SharePoint 2013   

     

    One of the SharePoint 2013 puzzle pieces which got some major improvements are My Sites, User Profiles and news feeds. This article describes step-by-step process of setting up the my site infrastructure in the SharePoint Farm.

    Prerequisite for setting up My Sites is having user profiles import or sync up and running. You can read more on user profiles sync in my previous article.

    When this has been configured, we can start configuring my sites:

    The first step us to go create (according to the best practices) own web application for hosting my sites. Go to the central administration, Application management, “Manage web applications”

    01

    And create a dedicated web application (sd2013:101 in my example here)

    02

    Now, the next step would be to create a site collection in the root of the newly created web application. You can of course create it inside some other managed path other than root, but since we have dedicated Web Application, root seems like an obvious choice.

    Site Collection must have “2013” experience and use “My Site Host” template.

    03

    After Site Collection has been created, click on the “Managed Paths”  in the web application that you created to host My Sites.

    04

    Add a new managed path with wildcard inclusion. I prefer to use “my” as the My Site managed path, but you can of course pick up anything else.

    05

    The next thing is to check service connections for the Web Application which will host my sites. Click on the “Service Connections” button to…

    06

    ..see if right service applications are set up.

    If you choose “Custom” (instead of the “Default”) in the Edit the following group of connections drop down, select any service applications to which you want to connect the web application. The most important ones re User Profile service application, the managed metadata service application, and the Search service application.

    In my case, I’ll just proceed with “default”

    07

    Now it’s time to set up the self service site creation. Go back to the Web application management, chose the application that you created to host My Sites, and click on the “Self Service Site Creation” button.

    08

    Click “On” in the “Site Collections” radio box, and enter your managed path in the “Start a Site” field (with “Prompt users to create a team site under” chosen)

    09

    Now, the next step is to grant users permission to create new site collections (for my sites). Click on the “Permission Policy” button in the Web Application management, with the web application which hosts the my sites selected.

    10

    In the”Manage Permission Policy Levels”, click on the “Add Permission Policy Level”

    11

    Call it however you want (“MySite Subsite Creation” in my case), and grant the “Create Subsites” permission.

    12

    Now, the new permission policy level should appear among other policy levels…

    13

    And we need to grant that policy level to the users. Click on the “Users Policy” button in the Web Application management, with the web application that you created to host My Sites selected…

    14

    Click on the “Add users” link…

    15

    From all zones…

    16

    And select the users which you want to have rights to create my sites. On my case, it will be “Everyone”.

    17

    18

    Select your newly created policy level…

    19

    And now you should see “Everyone” with the new policy selected.

    20

    OK, everything has been set up and prepared so far. Now, finally, let’s set up the my sites. Go to the Central Administration –> Application Management, and select “Manage service applications”.

    21

    Then select the “User Profile Service Application”

    22

    In the “User Profile Service Application”, click on “Setup My Sites”

    23

    This is where you need to set up the search center, my host location (in my case – root site collection of the Web Application that serves as the host) and personal site location (managed path within the host web application – “my” in my case). Take a look at the screenshot for all the other fields (which I have used in my case):

    24

    The only remaining thing would be to set up the timer job for activity feed. Go to the Central Administration –> Monitoring –>Timer Job –> Review job definitions

    25

    Find the “User Profile Service Application – Activity Feed Job”, and set up the activity feed sync timer according to your needs.

    26

    timer

    And, that’s it.

    Go to the my site now, and you will be notified of my site creation for your self. Take care of your profile, follow people. Upload you private documents, share documents, follow documents – enjoy being social! Smile

    27

    28

    29

    Comments

    14 comments

    Tagged on: 2013, SharePoint

    Leave a Reply

    Calendar

    July 2012
    MTWTFSS
    « Jun   Aug »
      1
    2 3 4 5 6 7 8
    9 10 11 12 13 14 15
    16 17 18 19 20 21 22
    23 24 25 26 27 28 29
    30 31  
    Microsoft Most Valuable Professional

    Categories

    Contact

    MS & Community

    Quick links

    • 00_Twitter-Photo
    • 03_Professional Scrum Master
       
                
     

     



     

     

  • 相关阅读:
    jQuery第1天
    JS基础-第5天
    JS基础-第1天
    移动开发day4_京东移动页面
    关于Python脚本通过crontab调度的时候报错UnicodeEncodeError: ‘ascii’ codec can’t encode characters in positi的解决方案
    关于redshift数据库当中的STL_LOAD_ERRORS问题的解决
    关于对key-value的数据行转化为列的sql操作
    关于mongodb当中的数据导入到mysql数据。
    关于hive当中的窗口分析函数总结
    关于hive当中表的存储和压缩方式总结
  • 原文地址:https://www.cnblogs.com/csts/p/3824553.html
Copyright © 2011-2022 走看看