Resources for IT Professionals > Página Inicial dos Fóruns > SharePoint - Social Computing > Import User Profile with Auto-Create My site, Possible?
Fazer uma PerguntaFazer uma Pergunta
 

RespondidoImport User Profile with Auto-Create My site, Possible?

  • terça-feira, 30 de junho de 2009 2:51チン Medalhas de usuárioMedalhas de usuárioMedalhas de usuárioMedalhas de usuárioMedalhas de usuário
     

    Hi all,

    I'm trying to import my company's AD Users' Profile.

    Is there a way that after importing, their "My Site" will be created automatically?

    I need this because I only want the My Site feature for staffs and not students.

    Pls advise. Thanks in advanced

Respostas

  • quarta-feira, 1 de julho de 2009 2:49Mike Oryszak Medalhas de usuárioMedalhas de usuárioMedalhas de usuárioMedalhas de usuárioMedalhas de usuário
     Respondido
    I haven't seen anything that will automatically create a MySite for everyone, you would need to write some custom code that cycles through the profiles and creates sites for the people who meet your criteria. 

    With that said, you still have the permissions issue.  It is the permissions that ultimately decide who can create a site.  This is part of the "Personalization services permissions"

    You will need to remove the NT Authority\Authenticated Users and specify the users that can have a site (i.e. the staff)
    SharePoint Developer | Administrator | Evangelist -- Twitter -- Blog - http://nextconnect.blogspot.com
    • Marcado como Respostaチン quarta-feira, 1 de julho de 2009 8:51
    •  

Todas as Respostas

  • quarta-feira, 1 de julho de 2009 2:49Mike Oryszak Medalhas de usuárioMedalhas de usuárioMedalhas de usuárioMedalhas de usuárioMedalhas de usuário
     Respondido
    I haven't seen anything that will automatically create a MySite for everyone, you would need to write some custom code that cycles through the profiles and creates sites for the people who meet your criteria. 

    With that said, you still have the permissions issue.  It is the permissions that ultimately decide who can create a site.  This is part of the "Personalization services permissions"

    You will need to remove the NT Authority\Authenticated Users and specify the users that can have a site (i.e. the staff)
    SharePoint Developer | Administrator | Evangelist -- Twitter -- Blog - http://nextconnect.blogspot.com
    • Marcado como Respostaチン quarta-feira, 1 de julho de 2009 8:51
    •  
  • quarta-feira, 1 de julho de 2009 8:51チン Medalhas de usuárioMedalhas de usuárioMedalhas de usuárioMedalhas de usuárioMedalhas de usuário
     

    Great. Thanks for the part on the "Personalization services permission". I know what to do from there.

    However, my main concern is the auto-creation for the My Site. Maybe I can try to look for some custom code on how to write. Thanks