Sometimes there might be a need to create my site of few users by administrator.
It may also be possible that due to some reason, a user’s my site is not getting created.
In such situations we can create a console based application and create my site for such users.
I have written a code which has been tested and verified in SharePoint 2013
The console application first connects to your my site host :
Here you need to enter your my site host url.
After Connection has been establish successfully, it will say “Connected…”.
After that it will ask for domain ,then psno
The
console application then checks if the my site is created for the user
or not, If it is already created it gives an appropriate message.
If not created,it will create a mysite for the user and you can continue doing so.
Download the File
Comments
Post a Comment