The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
830 views

Powershell script to update all users

Okay I am half asleep, what did I do wrong with my powershell script (modified with I have just watched the A-Team in mind) function update-fields () { #Set up default variables #My Site URL ...
0
votes
1answer
172 views

Edit SharePoint 2007 Profile PersonalSite by code?

Does anyone know how to programmatically change the Personal Site field in their SharePoint Profile programmatically? I can do it via the GUI on the SSP server, but that takes an unacceptable amount ...
2
votes
2answers
855 views

Programmatically generate MySites for all users

I have a console application with the following piece of code: SPServiceContext serviceContext = SPServiceContext.GetContext(portalSite); UserProfileManager profileManager = new ...