Console Application For mysite

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.
1.png
After Connection has been establish successfully, it will say “Connected…”.
After that it will ask for domain ,then psno
2.png
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.
 
 
 3.png
Download the File

Comments