an intranet user's personal site

learn more… | top users | synonyms (1)

4
votes
5answers
9k views

How does Membership show in Mysite - SharePoint 2010?

I am a member of site collection however membership tab does not show any information in my Mysite even after a week. I understood that SharePoint 2010 uses a timer job to collect the membership ...
1
vote
1answer
313 views

Sharepoint Application Search doesn't work well for skills, interests

I have provisioned MySites and the Application Search Service. This works when finding people - I put in my name or name of a collegaue and it does give search results. But when I'm trying to search ...
6
votes
2answers
2k views

How do I add a custom control to the My Site person.aspx page?

I have created a server control and want to place it in the person.aspx page on the My Site however do not want to edit the page through SharePoint Designer but want to edit the file itself from the ...
3
votes
4answers
525 views

Add a Web Part Zone to “My Newsfeed” Page via PowerShell

I've done a fair amount of looking into this idea without promising leads. Let me define my problem: I need to add a third column (as a Web Part Zone) to the "My Newsfeed" page in My Sites. The ...
3
votes
3answers
680 views

How to bulk import User Profiles from a legacy system and pre-create MySites

I need suggestions how to accomplish one upgrade task. I have list of user accounts in .csv file which I need to import to SP2010 and create user accounts with appropriate attributes. Also this ...
2
votes
4answers
1k views

Limit users permission in their own my site

we want to limit users from changing the settings on a particular library in their my site. Am i right in thinking that to do so we will need to remove them from the site collection administrators ...
1
vote
1answer
162 views

Customizing MySite template

my current customer is rolling out SharePoint 2010 (yeah yeah, I know) and wants to know about MySite. They want to customize the MySite experience and are wondering if enabling the features now ...
0
votes
1answer
147 views

My Site Blog Branding Error

I am facing a very strange problem from the last few weeks . I applied feature stapling to our My Site so that when user tried to create his own personal site automatically our custom branding applies ...
0
votes
2answers
2k views

New MySite URL still redirects to old URL

So far, we had our MySite setup in the same web application as our intranet (http://ourintranet), and had it located under the URL http://ourintranet/my. No personal sites were allowed, we are ...
0
votes
1answer
688 views

How Do I Get the MySite Images and Full Name of the MySite owner in MOSS 2007 in C#

I am building a simple web part that needs the image that is used from the MySite and the First and Last name of the site owner. I know how to get the current user, I need the name. I am also having ...