Sharepoint Forum

 
Home » Forum » Sharepoint       Ask a questionRSS Feeds

Can personal sites for users be created by admin

  Asked By: Felicia Hunter         Date: Jan 06, 2009      Category: Sharepoint      Views: 309
 

My client does not want their employees to learn how to creare personal sites
but wants the sharepoint admin to get information and create sites for the users
as a one time activity. The users will later edit whatever information they want
to.

Is this possible if yes how.

Tagged:                  

 

1 Answer Found

 
Answer #1       Answered By: Santana Osborn          Answered On: Jan 06, 2009       

Yes you can, you can use STSADM commands to create  them. The
following line should do it:

stsadm -o createsite -url <http://servername/personal/username>
http://servername/personal/username -ownerlogin domain\username -owneremail
<mailto:user@...> user@... -sitetemplate SPSPERS

You will then need to go into the site and make whatever changes you want.
Hope this helps.

 
Didn't find what you were looking for? Find more on Can personal sites for users be created by admin Or get search suggestion and latest updates.


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].