create a subsite from top level site collection​:

      YOU CAN CREATE A SUBSITE FROM TOP LEVEL SITE COLLECTION BY USING POWER SHELL COMMENDS.


Step 1:

   Get the top level site collection: 

     Open sharepoint power shell. and type the following commend

Export :  stsadm -o export -url <fullurl which u want to export> -filename <location:filename.dat

Step 2:

    Import as a sub site of another top level site

     Open sharepoint power shell. and type the following commend

Import : stsadm -o import -url <destination url> -filename <location where u stored.dat file>

Step 3:

       That's it,the site will imported as a subsite. But you have to check all the webparts are correctly deployed, and you have to manually give the site user permissions.

No comments:

Post a Comment