SharePoint User Group UK

Share the knowledge!

Welcome to SharePoint User Group UK Sign in | Join | Help
in
Home Blogs Forums Photos Files Roller

Multi Tenancy in SharePoint 2010

Last post 05-25-2012, 11:18 AM by Cimares. 1 replies.
Sort Posts: Previous Next
  •  05-24-2012, 3:46 PM 28838

    Multi Tenancy in SharePoint 2010

    Hi, i was wondering if someone could please assist.

    I am in the process of creating a multi tenanted enviornment.
    I have done all the neccessary steps (i beleive) such as created sites with subscriptions, created tenant admin sites, added the site subscrition feature, created a user profile in partition mode.

    I have added one of my tenants into the user profiles, but i dont know how to added the user profiles for that tenant into the user profile.

    $Subscription = Get-SPSiteSubscription -Identity "40f2ae3c-5fc4-42f3-ab21-16c393c81587"
    $upaProxy = Get-SPServiceApplicationProxy | where-object {$_.DisplayName -eq "Proxy" }

    $Subscription = Get-SPSiteSubscription -Identity ""
    $upaProxy = Get-SPServiceApplicationProxy | where-object {$_.DisplayName -eq "
    Set-SPSiteSubscriptionProfileConfig -id $Subscription -SynchronizationOU "

    This added the tenant intp the partitioned Uuser profile, but no users :(

    I have 2 more tenants to add, but i need to know how to add the users which are set up in AD.

    Any help would be great thanks.
  •  05-25-2012, 11:18 AM 28843 in reply to 28838

    Re: Multi Tenancy in SharePoint 2010

    Have you read Spencer Harbar's rational guide? I'm not sure if he covers your problem as I've not had to do multi tenancy yet, however his guides are always pretty spot on.

    http://www.harbar.net/articles/sp2010mt5.aspx

    Thats the link for part 5 which covers the actualy configuration.

    Paul.


    www.myfatblog.co.uk
    twitter.com/@cimares
View as RSS news feed in XML
Powered by Community Server, by Telligent Systems