1
vote
0answers
176 views

Migrating MySite User Profiles to new account

We are currently in the process of changing (AD) domain and user names for users. This is done gradually, and the old and new domain/user names will coexist in a transition period. A challenge we ...
0
votes
1answer
97 views

Determine programmatically if you are in MySites

My question is the same as the title: How can I determine programmatically am in MySites?
3
votes
4answers
532 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 ...
0
votes
1answer
695 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 ...
4
votes
1answer
1k views

Programmatically create MySites for Users with FBA

I am trying to create MySites for users programmatically but I am receiving the following error: My Site creation failure for user '' for site URL 'http://goaccel-app2:1000/sites/mysites/personal/'. ...
3
votes
3answers
682 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 ...
1
vote
1answer
1k views

Custom EditProfile.aspx Page in SharePoint 2010?

I have a custom "EditProfile.aspx" page under the path "/_layouts/CustomFeature/", want to use this page instead of the default "EditProfile.aspx" page. Where I have to make the change so that Mysite ...